Html Css Color HEX #647CBD Havelock Blue

📋 copy color: '#647CBD'

red 100 ◦ green 124 ◦ blue 189

#647CBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #647CBD

Tints of Havelock Blue #647CBD

RGB

 RED value IS 100 (39.45% from 255) = 24.21%

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 24.21%
G = 30.02%
B = 45.76%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#647CBD (or 0x647CBD) is known color: Havelock Blue. HEX triplet: 64, 7C and BD. RGB value is (100,124,189). Sum of RGB (Red+Green+Blue) = 100+124+189=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #647CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CBD is #9B8342. Grayscale: #7B7B7B. Windows color (decimal): -10191683 or 12418148. OLE color: 12418148.

HSL color Cylindrical-coordinate representation of color #647CBD: hue angle of 223.82º 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 #647CBD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 124 189 -
CMYK 0.47 0.34 0 0.26
HSL 223.82º 0.4% 0.57% -
HSV(B) 223.82º 0.47% 0.74% -
XYZ 21.65 20.8 51.02 -
YUV 124.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 100 124 189 0.47 0.34 0 0.26 223.82 0.4 0.57
Hex 64 7C BD 2F 22 0 1A E0 28 39
Octal 144 174 275 57 42 0 32 340 50 71
Binary 1100100 1111100 10111101 101111 100010 0 11010 11100000 101000 111001

Color Harmonies of #647CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CBD

Black with #647CBD

Text Example


Text Example

White with #647CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #647CBD;
 }
 .AnyTagClassName
 {
   color: #647CBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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