#6664BB

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

Shades of Chetwode Blue #6664BB

Tints of Chetwode Blue #6664BB

Color information

#6664BB (or 0x6664BB) is unknown color: approx Chetwode Blue. HEX triplet: 66, 64 and BB. RGB value is (102,100,187). Sum of RGB (Red+Green+Blue) = 102+100+187=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #6664BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6664BB is #999B44. Grayscale: #6E6E6E. Windows color (decimal): -10066757 or 12280934. OLE color: 12280934.

HSL color Cylindrical-coordinate representation of color #6664BB: hue angle of 241.38º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6664BB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102100187-
CMYK0.450.4700.27
HSL241.38º39.01%56.27%-
HSV(B)241.38º46.52%73.33%-
XYZ19.0115.5349.01-
YUV110.52171.16121.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 187 (73.44% from 255) = 48.07%
R=26.22%
G=25.71%
B=48.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021001870.450.4700.27241.3839.0156.27
Hex6664BB2D2F01Bf12738
Octal14614427355570333614770
Binary110011011001001011101110110110111101101111110001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6664BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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