#6664BD

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

Shades of Chetwode Blue #6664BD

Tints of Chetwode Blue #6664BD

Color information

#6664BD (or 0x6664BD) is unknown color: approx Chetwode Blue. HEX triplet: 66, 64 and BD. RGB value is (102,100,189). Sum of RGB (Red+Green+Blue) = 102+100+189=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #6664BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6664BD is #999B42. Grayscale: #6E6E6E. Windows color (decimal): -10066755 or 12412006. OLE color: 12412006.

HSL color Cylindrical-coordinate representation of color #6664BD: hue angle of 241.35º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6664BD is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102100189-
CMYK0.460.4700.26
HSL241.35º40.27%56.67%-
HSV(B)241.35º47.09%74.12%-
XYZ19.2215.6150.14-
YUV110.74172.16121.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=26.09%
G=25.58%
B=48.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021001890.460.4700.26241.3540.2756.67
Hex6664BD2E2F01Af12839
Octal14614427556570323615071
Binary110011011001001011110110111010111101101011110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6664BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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