#666FC1

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

Shades of Chetwode Blue #666FC1

Tints of Chetwode Blue #666FC1

Color information

#666FC1 (or 0x666FC1) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6F and C1. RGB value is (102,111,193). Sum of RGB (Red+Green+Blue) = 102+111+193=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #666FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FC1 is #99903E. Grayscale: #757575. Windows color (decimal): -10063935 or 12676966. OLE color: 12676966.

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

Color convert

RGB102111193-
CMYK0.470.4200.24
HSL234.07º42.33%57.84%-
HSV(B)234.07º47.15%75.69%-
XYZ20.7918.0452.84-
YUV117.66170.52116.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=25.12%
G=27.34%
B=47.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021111930.470.4200.24234.0742.3357.84
Hex666FC12F2A018ea2a3a
Octal14615730157520303525272
Binary110011011011111100000110111110101001100011101010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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