Html Css Color HEX #647EC0 Havelock Blue

📋 copy color: '#647EC0'

red 100 ◦ green 126 ◦ blue 192

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

Shades of Havelock Blue #647EC0

Tints of Havelock Blue #647EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 23.92%
G = 30.14%
B = 45.93%

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

#647EC0 (or 0x647EC0) is known color: Havelock Blue. HEX triplet: 64, 7E and C0. RGB value is (100,126,192). Sum of RGB (Red+Green+Blue) = 100+126+192=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #647EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EC0 is #9B813F. Grayscale: #7D7D7D. Windows color (decimal): -10191168 or 12615268. OLE color: 12615268.

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

Color convert

RGB 100 126 192 -
CMYK 0.48 0.34 0 0.25
HSL 223.04º 0.42% 0.57% -
HSV(B) 223.04º 0.48% 0.75% -
XYZ 22.23 21.44 52.84 -
YUV 125.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 100 126 192 0.48 0.34 0 0.25 223.04 0.42 0.57
Hex 64 7E C0 30 22 0 19 DF 2A 39
Octal 144 176 300 60 42 0 31 337 52 71
Binary 1100100 1111110 11000000 110000 100010 0 11001 11011111 101010 111001

Color Harmonies of #647EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647EC0

Black with #647EC0

Text Example


Text Example

White with #647EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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