#6464B4

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

Shades of Chetwode Blue #6464B4

Tints of Chetwode Blue #6464B4

Color information

#6464B4 (or 0x6464B4) is unknown color: approx Chetwode Blue. HEX triplet: 64, 64 and B4. RGB value is (100,100,180). Sum of RGB (Red+Green+Blue) = 100+100+180=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #6464B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6464B4 is #9B9B4B. Grayscale: #6C6C6C. Windows color (decimal): -10197836 or 11822180. OLE color: 11822180.

HSL color Cylindrical-coordinate representation of color #6464B4: hue angle of 240º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6464B4 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB100100180-
CMYK0.440.4400.29
HSL240º34.78%54.9%-
HSV(B)240º44.44%70.59%-
XYZ18.0515.1245.15-
YUV109.12168121.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 180 (70.70% from 255) = 47.37%
R=26.32%
G=26.32%
B=47.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001001800.440.4400.2924034.7854.9
Hex6464B42C2C01Df02337
Octal14414426454540353604367
Binary110010011001001011010010110010110001110111110000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6464B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6464B4; }

 p { color: rgb(100,100,180); }

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

<style>
 a { background-color: #6464B4; }

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

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

<style>
 span { border-color: #6464B4; }

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

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