#6C77D0

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

Shades of Chetwode Blue #6C77D0

Tints of Chetwode Blue #6C77D0

Color information

#6C77D0 (or 0x6C77D0) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 77 and D0. RGB value is (108,119,208). Sum of RGB (Red+Green+Blue) = 108+119+208=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #6C77D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C77D0 is #93882F. Grayscale: #7D7D7D. Windows color (decimal): -9668656 or 13662060. OLE color: 13662060.

HSL color Cylindrical-coordinate representation of color #6C77D0: hue angle of 233.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C77D0 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB108119208-
CMYK0.480.4300.18
HSL233.4º51.55%61.96%-
HSV(B)233.4º48.08%81.57%-
XYZ24.1720.9462.44-
YUV125.86174.36115.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.83%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 208 (81.64% from 255) = 47.82%
R=24.83%
G=27.36%
B=47.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1081192080.480.4300.18233.451.5561.96
Hex6C77D0302B012e9343e
Octal15416732060530223516476
Binary110110011101111101000011000010101101001011101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C77D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,208); }

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

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

 a { background-color: rgb(108,119,208); }

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

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

 span { border-color: rgb(108,119,208); }

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