#6C79C6

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

Shades of Chetwode Blue #6C79C6

Tints of Chetwode Blue #6C79C6

Color information

#6C79C6 (or 0x6C79C6) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 79 and C6. RGB value is (108,121,198). Sum of RGB (Red+Green+Blue) = 108+121+198=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #6C79C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C79C6 is #938639. Grayscale: #7D7D7D. Windows color (decimal): -9668154 or 13007212. OLE color: 13007212.

HSL color Cylindrical-coordinate representation of color #6C79C6: hue angle of 231.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C79C6 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB108121198-
CMYK0.450.3900.22
HSL231.33º44.12%60%-
HSV(B)231.33º45.45%77.65%-
XYZ23.2120.9456.24-
YUV125.89168.69115.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.29%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=25.29%
G=28.34%
B=46.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1081211980.450.3900.22231.3344.1260
Hex6C79C62D27016e72c3c
Octal15417130655470263475474
Binary110110011110011100011010110110011101011011100111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C79C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,121,198); }

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

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

 a { background-color: rgb(108,121,198); }

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

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

 span { border-color: rgb(108,121,198); }

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