#6D7AB4

Color #6D7AB4 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6D7AB4

Tints of Chetwode Blue #6D7AB4

Color information

#6D7AB4 (or 0x6D7AB4) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 7A and B4. RGB value is (109,122,180). Sum of RGB (Red+Green+Blue) = 109+122+180=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D7AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7AB4 is #92854B. Grayscale: #7C7C7C. Windows color (decimal): -9602380 or 11827821. OLE color: 11827821.

HSL color Cylindrical-coordinate representation of color #6D7AB4: hue angle of 229.01º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D7AB4 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB109122180-
CMYK0.390.3200.29
HSL229.01º32.13%56.67%-
HSV(B)229.01º39.44%70.59%-
XYZ21.520.4746-
YUV124.72159.19116.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 26.52%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=26.52%
G=29.68%
B=43.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091221800.390.3200.29229.0132.1356.67
Hex6D7AB4272001De52039
Octal15517226447400353454071
Binary110110111110101011010010011110000001110111100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7AB4; }

 p { color: rgb(109,122,180); }

 H1.HeaderClassName
 {
   color: #6D7AB4;
 }
 .AnyTagClassName
 {
   color: #6D7AB4;
 }
</style>
background-color css

<style>
 a { background-color: #6D7AB4; }

 a { background-color: rgb(109,122,180); }

 div.DivClassName
 {
   background-color: #6D7AB4;
 }
 .BgClassName
 {
   background-color: #6D7AB4;
 }
</style>
border-color css

<style>
 span { border-color: #6D7AB4; }

 span { border-color: rgb(109,122,180); }

 td.TdClassName
 {
   border-color: #6D7AB4;
 }
 .TagClassName
 {
   border-color: #6D7AB4;
 }
</style>