#6664BE

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

Shades of Chetwode Blue #6664BE

Tints of Chetwode Blue #6664BE

Color information

#6664BE (or 0x6664BE) is unknown color: approx Chetwode Blue. HEX triplet: 66, 64 and BE. RGB value is (102,100,190). Sum of RGB (Red+Green+Blue) = 102+100+190=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #6664BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6664BE is #999B41. Grayscale: #6E6E6E. Windows color (decimal): -10066754 or 12477542. OLE color: 12477542.

HSL color Cylindrical-coordinate representation of color #6664BE: hue angle of 241.33º 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 #6664BE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102100190-
CMYK0.460.4700.25
HSL241.33º40.91%56.86%-
HSV(B)241.33º47.37%74.51%-
XYZ19.3315.6650.72-
YUV110.86172.66121.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=26.02%
G=25.51%
B=48.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021001900.460.4700.25241.3340.9156.86
Hex6664BE2E2F019f12939
Octal14614427656570313615171
Binary110011011001001011111010111010111101100111110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6664BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6664BE; }

 p { color: rgb(102,100,190); }

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

<style>
 a { background-color: #6664BE; }

 a { background-color: rgb(102,100,190); }

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

<style>
 span { border-color: #6664BE; }

 span { border-color: rgb(102,100,190); }

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