#666CB1

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

Shades of Chetwode Blue #666CB1

Tints of Chetwode Blue #666CB1

Color information

#666CB1 (or 0x666CB1) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6C and B1. RGB value is (102,108,177). Sum of RGB (Red+Green+Blue) = 102+108+177=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #666CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CB1 is #99934E. Grayscale: #717171. Windows color (decimal): -10064719 or 11627622. OLE color: 11627622.

HSL color Cylindrical-coordinate representation of color #666CB1: hue angle of 235.2º 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 #666CB1 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102108177-
CMYK0.420.3900.31
HSL235.2º32.47%54.71%-
HSV(B)235.2º42.37%69.41%-
XYZ18.7816.7243.83-
YUV114.07163.51119.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=26.36%
G=27.91%
B=45.74%

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
Decimal1021081770.420.3900.31235.232.4754.71
Hex666CB12A2701Feb2037
Octal14615426152470373534067
Binary110011011011001011000110101010011101111111101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,108,177); }

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

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

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

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

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

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

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