#6F7AA9

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

Shades of Chetwode Blue #6F7AA9

Tints of Chetwode Blue #6F7AA9

Color information

#6F7AA9 (or 0x6F7AA9) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 7A and A9. RGB value is (111,122,169). Sum of RGB (Red+Green+Blue) = 111+122+169=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 169 - color contains mainly: blue. Hex color #6F7AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7AA9 is #908556. Grayscale: #7B7B7B. Windows color (decimal): -9471319 or 11106927. OLE color: 11106927.

HSL color Cylindrical-coordinate representation of color #6F7AA9: hue angle of 228.62º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F7AA9 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB111122169-
CMYK0.340.2800.34
HSL228.62º25.22%54.9%-
HSV(B)228.62º34.32%66.27%-
XYZ20.6820.1640.34-
YUV124.07153.36118.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 169 (66.41% from 255) = 42.04%
R=27.61%
G=30.35%
B=42.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1111221690.340.2800.34228.6225.2254.9
Hex6F7AA9221C022e51937
Octal15717225142340423453167
Binary11011111111010101010011000101110001000101110010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,122,169); }

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

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

 a { background-color: rgb(111,122,169); }

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

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

 span { border-color: rgb(111,122,169); }

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