#666BBF

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

Shades of Chetwode Blue #666BBF

Tints of Chetwode Blue #666BBF

Color information

#666BBF (or 0x666BBF) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6B and BF. RGB value is (102,107,191). Sum of RGB (Red+Green+Blue) = 102+107+191=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #666BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BBF is #999440. Grayscale: #727272. Windows color (decimal): -10064961 or 12544870. OLE color: 12544870.

HSL color Cylindrical-coordinate representation of color #666BBF: hue angle of 236.63º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #666BBF is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102107191-
CMYK0.470.4400.25
HSL236.63º41.01%57.45%-
HSV(B)236.63º46.6%74.9%-
XYZ20.1417.151.53-
YUV115.08170.84118.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 107 (42.19% from 255) = 26.75%
BLUE value IS 191 (75% from 255) = 47.75%
R=25.5%
G=26.75%
B=47.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021071910.470.4400.25236.6341.0157.45
Hex666BBF2F2C019ed2939
Octal14615327757540313555171
Binary110011011010111011111110111110110001100111101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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