Html Css Color HEX #647FBB Havelock Blue

📋 copy color: '#647FBB'

red 100 ◦ green 127 ◦ blue 187

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

Shades of Havelock Blue #647FBB

Tints of Havelock Blue #647FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 24.15%
G = 30.68%
B = 45.17%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#647FBB (or 0x647FBB) is known color: Havelock Blue. HEX triplet: 64, 7F and BB. RGB value is (100,127,187). Sum of RGB (Red+Green+Blue) = 100+127+187=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #647FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FBB is #9B8044. Grayscale: #7D7D7D. Windows color (decimal): -10190917 or 12287844. OLE color: 12287844.

HSL color Cylindrical-coordinate representation of color #647FBB: hue angle of 221.38º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #647FBB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 127 187 -
CMYK 0.47 0.32 0 0.27
HSL 221.38º 0.39% 0.56% -
HSV(B) 221.38º 0.47% 0.73% -
XYZ 21.81 21.48 50.01 -
YUV 125.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 100 127 187 0.47 0.32 0 0.27 221.38 0.39 0.56
Hex 64 7F BB 2F 20 0 1B DD 27 38
Octal 144 177 273 57 40 0 33 335 47 70
Binary 1100100 1111111 10111011 101111 100000 0 11011 11011101 100111 111000

Color Harmonies of #647FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FBB

Black with #647FBB

Text Example


Text Example

White with #647FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,127,187); }

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

background-color css

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

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

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

border-color css

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

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

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