Html Css Color HEX #647EBF Havelock Blue

📋 copy color: '#647EBF'

red 100 ◦ green 126 ◦ blue 191

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

Shades of Havelock Blue #647EBF

Tints of Havelock Blue #647EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.22%

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

R = 23.98%
G = 30.22%
B = 45.8%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#647EBF (or 0x647EBF) is known color: Havelock Blue. HEX triplet: 64, 7E and BF. RGB value is (100,126,191). Sum of RGB (Red+Green+Blue) = 100+126+191=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #647EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EBF is #9B8140. Grayscale: #7D7D7D. Windows color (decimal): -10191169 or 12549732. OLE color: 12549732.

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

Color convert

RGB 100 126 191 -
CMYK 0.48 0.34 0 0.25
HSL 222.86º 0.42% 0.57% -
HSV(B) 222.86º 0.48% 0.75% -
XYZ 22.12 21.39 52.25 -
YUV 125.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 100 126 191 0.48 0.34 0 0.25 222.86 0.42 0.57
Hex 64 7E BF 30 22 0 19 DF 2A 39
Octal 144 176 277 60 42 0 31 337 52 71
Binary 1100100 1111110 10111111 110000 100010 0 11001 11011111 101010 111001

Color Harmonies of #647EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647EBF

Black with #647EBF

Text Example


Text Example

White with #647EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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