#666DC3

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

Shades of Chetwode Blue #666DC3

Tints of Chetwode Blue #666DC3

Color information

#666DC3 (or 0x666DC3) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6D and C3. RGB value is (102,109,195). Sum of RGB (Red+Green+Blue) = 102+109+195=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #666DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DC3 is #99923C. Grayscale: #747474. Windows color (decimal): -10064445 or 12807526. OLE color: 12807526.

HSL color Cylindrical-coordinate representation of color #666DC3: hue angle of 235.48º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666DC3 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB102109195-
CMYK0.480.4400.24
HSL235.48º43.66%58.24%-
HSV(B)235.48º47.69%76.47%-
XYZ20.817.753.95-
YUV116.71172.18117.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 195 (76.56% from 255) = 48.03%
R=25.12%
G=26.85%
B=48.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021091950.480.4400.24235.4843.6658.24
Hex666DC3302C018eb2c3a
Octal14615530360540303535472
Binary110011011011011100001111000010110001100011101011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,109,195); }

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

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

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

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

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

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

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