#6666B4

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

Shades of Chetwode Blue #6666B4

Tints of Chetwode Blue #6666B4

Color information

#6666B4 (or 0x6666B4) is unknown color: approx Chetwode Blue. HEX triplet: 66, 66 and B4. RGB value is (102,102,180). Sum of RGB (Red+Green+Blue) = 102+102+180=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #6666B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6666B4 is #99994B. Grayscale: #6E6E6E. Windows color (decimal): -10066252 or 11822694. OLE color: 11822694.

HSL color Cylindrical-coordinate representation of color #6666B4: hue angle of 240º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6666B4 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB102102180-
CMYK0.430.4300.29
HSL240º34.21%55.29%-
HSV(B)240º43.33%70.59%-
XYZ18.4715.6245.22-
YUV110.89167121.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=26.56%
G=26.56%
B=46.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021021800.430.4300.2924034.2155.29
Hex6666B42B2B01Df02237
Octal14614626453530353604267
Binary110011011001101011010010101110101101110111110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6666B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6666B4; }

 p { color: rgb(102,102,180); }

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

<style>
 a { background-color: #6666B4; }

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

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

<style>
 span { border-color: #6666B4; }

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

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