#666CC1

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

Shades of Chetwode Blue #666CC1

Tints of Chetwode Blue #666CC1

Color information

#666CC1 (or 0x666CC1) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6C and C1. RGB value is (102,108,193). Sum of RGB (Red+Green+Blue) = 102+108+193=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #666CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CC1 is #99933E. Grayscale: #737373. Windows color (decimal): -10064703 or 12676198. OLE color: 12676198.

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

Color convert

RGB102108193-
CMYK0.470.4400.24
HSL236.04º42.33%57.84%-
HSV(B)236.04º47.15%75.69%-
XYZ20.4717.452.73-
YUV115.9171.51118.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 193 (75.78% from 255) = 47.89%
R=25.31%
G=26.80%
B=47.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021081930.470.4400.24236.0442.3357.84
Hex666CC12F2C018ec2a3a
Octal14615430157540303545272
Binary110011011011001100000110111110110001100011101100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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