Html Css Color HEX #647DBF Havelock Blue

📋 copy color: '#647DBF'

red 100 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #647DBF

Tints of Havelock Blue #647DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 191 (75% from 255) = 45.91%

R = 24.04%
G = 30.05%
B = 45.91%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#647DBF (or 0x647DBF) is known color: Havelock Blue. HEX triplet: 64, 7D and BF. RGB value is (100,125,191). Sum of RGB (Red+Green+Blue) = 100+125+191=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #647DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DBF is #9B8240. Grayscale: #7C7C7C. Windows color (decimal): -10191425 or 12549476. OLE color: 12549476.

HSL color Cylindrical-coordinate representation of color #647DBF: hue angle of 223.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #647DBF is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 125 191 -
CMYK 0.48 0.35 0 0.25
HSL 223.52º 0.42% 0.57% -
HSV(B) 223.52º 0.48% 0.75% -
XYZ 21.99 21.14 52.21 -
YUV 125.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 100 125 191 0.48 0.35 0 0.25 223.52 0.42 0.57
Hex 64 7D BF 30 23 0 19 E0 2A 39
Octal 144 175 277 60 43 0 31 340 52 71
Binary 1100100 1111101 10111111 110000 100011 0 11001 11100000 101010 111001

Color Harmonies of #647DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DBF

Black with #647DBF

Text Example


Text Example

White with #647DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,125,191); }

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

background-color css

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

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

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

border-color css

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

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

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