#6E78A9

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

Shades of Chetwode Blue #6E78A9

Tints of Chetwode Blue #6E78A9

Color information

#6E78A9 (or 0x6E78A9) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 78 and A9. RGB value is (110,120,169). Sum of RGB (Red+Green+Blue) = 110+120+169=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E78A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E78A9 is #918756. Grayscale: #7A7A7A. Windows color (decimal): -9537367 or 11106414. OLE color: 11106414.

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

Color convert

RGB110120169-
CMYK0.350.2900.34
HSL229.83º25.54%54.71%-
HSV(B)229.83º34.91%66.27%-
XYZ20.3119.6140.25-
YUV122.6154.19119.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.57%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 169 (66.41% from 255) = 42.36%
R=27.57%
G=30.08%
B=42.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101201690.350.2900.34229.8325.5454.71
Hex6E78A9231D022e61a37
Octal15617025143350423463267
Binary11011101111000101010011000111110101000101110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E78A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,120,169); }

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

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

 a { background-color: rgb(110,120,169); }

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

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

 span { border-color: rgb(110,120,169); }

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