#647CCA

Color #647CCA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #647CCA

Tints of Havelock Blue #647CCA

Color information

#647CCA (or 0x647CCA) is unknown color: approx Havelock Blue. HEX triplet: 64, 7C and CA. RGB value is (100,124,202). Sum of RGB (Red+Green+Blue) = 100+124+202=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #647CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CCA is #9B8335. Grayscale: #7D7D7D. Windows color (decimal): -10191670 or 13270116. OLE color: 13270116.

HSL color Cylindrical-coordinate representation of color #647CCA: hue angle of 225.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #647CCA is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100124202-
CMYK0.500.3900.21
HSL225.88º49.04%59.22%-
HSV(B)225.88º50.5%79.22%-
XYZ23.1221.3958.79-
YUV125.72171.05109.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=23.47%
G=29.11%
B=47.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001242020.500.3900.21225.8849.0459.22
Hex647CCA3227015e2313b
Octal14417431262470253426173
Binary110010011111001100101011001010011101010111100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647CCA; }

 p { color: rgb(100,124,202); }

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

<style>
 a { background-color: #647CCA; }

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

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

<style>
 span { border-color: #647CCA; }

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

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