#666BC7

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

Shades of Chetwode Blue #666BC7

Tints of Chetwode Blue #666BC7

Color information

#666BC7 (or 0x666BC7) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6B and C7. RGB value is (102,107,199). Sum of RGB (Red+Green+Blue) = 102+107+199=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #666BC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BC7 is #999438. Grayscale: #737373. Windows color (decimal): -10064953 or 13069158. OLE color: 13069158.

HSL color Cylindrical-coordinate representation of color #666BC7: hue angle of 236.91º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #666BC7 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102107199-
CMYK0.490.4600.22
HSL236.91º46.41%59.02%-
HSV(B)236.91º48.74%78.04%-
XYZ21.0517.4656.29-
YUV115.99174.84118.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 199 (78.12% from 255) = 48.77%
R=25%
G=26.23%
B=48.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021071990.490.4600.22236.9146.4159.02
Hex666BC7312E016ed2e3b
Octal14615330761560263555673
Binary110011011010111100011111000110111001011011101101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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