Html Css Color HEX #647EC1 Havelock Blue

📋 copy color: '#647EC1'

red 100 ◦ green 126 ◦ blue 193

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

Shades of Havelock Blue #647EC1

Tints of Havelock Blue #647EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 23.87%
G = 30.07%
B = 46.06%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#647EC1 (or 0x647EC1) is known color: Havelock Blue. HEX triplet: 64, 7E and C1. RGB value is (100,126,193). Sum of RGB (Red+Green+Blue) = 100+126+193=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #647EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EC1 is #9B813E. Grayscale: #7D7D7D. Windows color (decimal): -10191167 or 12680804. OLE color: 12680804.

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

Color convert

RGB 100 126 193 -
CMYK 0.48 0.35 0 0.24
HSL 223.23º 0.43% 0.57% -
HSV(B) 223.23º 0.48% 0.76% -
XYZ 22.34 21.48 53.42 -
YUV 125.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 100 126 193 0.48 0.35 0 0.24 223.23 0.43 0.57
Hex 64 7E C1 30 23 0 18 DF 2B 39
Octal 144 176 301 60 43 0 30 337 53 71
Binary 1100100 1111110 11000001 110000 100011 0 11000 11011111 101011 111001

Color Harmonies of #647EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647EC1

Black with #647EC1

Text Example


Text Example

White with #647EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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