#647BCA

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

Shades of Havelock Blue #647BCA

Tints of Havelock Blue #647BCA

Color information

#647BCA (or 0x647BCA) is unknown color: approx Havelock Blue. HEX triplet: 64, 7B and CA. RGB value is (100,123,202). Sum of RGB (Red+Green+Blue) = 100+123+202=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #647BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BCA is #9B8435. Grayscale: #7C7C7C. Windows color (decimal): -10191926 or 13269860. OLE color: 13269860.

HSL color Cylindrical-coordinate representation of color #647BCA: hue angle of 226.47º 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 #647BCA is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100123202-
CMYK0.500.3900.21
HSL226.47º49.04%59.22%-
HSV(B)226.47º50.5%79.22%-
XYZ2321.1458.75-
YUV125.13171.38110.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.53%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=23.53%
G=28.94%
B=47.53%

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
Decimal1001232020.500.3900.21226.4749.0459.22
Hex647BCA3227015e2313b
Octal14417331262470253426173
Binary110010011110111100101011001010011101010111100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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