#666BB0

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

Shades of Chetwode Blue #666BB0

Tints of Chetwode Blue #666BB0

Color information

#666BB0 (or 0x666BB0) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6B and B0. RGB value is (102,107,176). Sum of RGB (Red+Green+Blue) = 102+107+176=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #666BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BB0 is #99944F. Grayscale: #717171. Windows color (decimal): -10064976 or 11561830. OLE color: 11561830.

HSL color Cylindrical-coordinate representation of color #666BB0: hue angle of 235.95º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #666BB0 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102107176-
CMYK0.420.3900.31
HSL235.95º31.9%54.51%-
HSV(B)235.95º42.05%69.02%-
XYZ18.5716.4743.28-
YUV113.37163.34119.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=26.49%
G=27.79%
B=45.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021071760.420.3900.31235.9531.954.51
Hex666BB02A2701Fec2037
Octal14615326052470373544067
Binary110011011010111011000010101010011101111111101100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666BB0; }

 p { color: rgb(102,107,176); }

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

<style>
 a { background-color: #666BB0; }

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

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

<style>
 span { border-color: #666BB0; }

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

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