#6676CB

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

Shades of Chetwode Blue #6676CB

Tints of Chetwode Blue #6676CB

Color information

#6676CB (or 0x6676CB) is unknown color: approx Chetwode Blue. HEX triplet: 66, 76 and CB. RGB value is (102,118,203). Sum of RGB (Red+Green+Blue) = 102+118+203=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #6676CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6676CB is #998934. Grayscale: #7A7A7A. Windows color (decimal): -10062133 or 13334118. OLE color: 13334118.

HSL color Cylindrical-coordinate representation of color #6676CB: hue angle of 230.5º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6676CB is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102118203-
CMYK0.500.4200.20
HSL230.5º49.27%59.8%-
HSV(B)230.5º49.75%79.61%-
XYZ22.7420.0959.18-
YUV122.91173.2113.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=24.11%
G=27.90%
B=47.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021182030.500.4200.20230.549.2759.8
Hex6676CB322A014e6313c
Octal14616631362520243466174
Binary110011011101101100101111001010101001010011100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6676CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6676CB; }

 p { color: rgb(102,118,203); }

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

<style>
 a { background-color: #6676CB; }

 a { background-color: rgb(102,118,203); }

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

<style>
 span { border-color: #6676CB; }

 span { border-color: rgb(102,118,203); }

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