#6C78AB

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

Shades of Chetwode Blue #6C78AB

Tints of Chetwode Blue #6C78AB

Color information

#6C78AB (or 0x6C78AB) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 78 and AB. RGB value is (108,120,171). Sum of RGB (Red+Green+Blue) = 108+120+171=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C78AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C78AB is #938754. Grayscale: #7A7A7A. Windows color (decimal): -9668437 or 11237484. OLE color: 11237484.

HSL color Cylindrical-coordinate representation of color #6C78AB: hue angle of 228.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C78AB is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB108120171-
CMYK0.370.3000.33
HSL228.57º27.27%54.71%-
HSV(B)228.57º36.84%67.06%-
XYZ20.2519.5641.24-
YUV122.23155.52117.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=27.07%
G=30.08%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081201710.370.3000.33228.5727.2754.71
Hex6C78AB251E021e51b37
Octal15417025345360413453367
Binary11011001111000101010111001011111001000011110010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,120,171); }

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

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

 a { background-color: rgb(108,120,171); }

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

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

 span { border-color: rgb(108,120,171); }

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