#6D78CB

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

Shades of Chetwode Blue #6D78CB

Tints of Chetwode Blue #6D78CB

Color information

#6D78CB (or 0x6D78CB) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 78 and CB. RGB value is (109,120,203). Sum of RGB (Red+Green+Blue) = 109+120+203=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D78CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D78CB is #928734. Grayscale: #7D7D7D. Windows color (decimal): -9602869 or 13334637. OLE color: 13334637.

HSL color Cylindrical-coordinate representation of color #6D78CB: hue angle of 232.98º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D78CB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109120203-
CMYK0.460.4100.20
HSL232.98º47.47%61.18%-
HSV(B)232.98º46.31%79.61%-
XYZ23.82159.3-
YUV126.17171.36115.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.23%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=25.23%
G=27.78%
B=46.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091202030.460.4100.20232.9847.4761.18
Hex6D78CB2E29014e92f3d
Octal15517031356510243515775
Binary110110111110001100101110111010100101010011101001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D78CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,203); }

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

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

 a { background-color: rgb(109,120,203); }

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

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

 span { border-color: rgb(109,120,203); }

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