Html Css Color HEX #647EC2 Havelock Blue

📋 copy color: '#647EC2'

red 100 ◦ green 126 ◦ blue 194

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

Shades of Havelock Blue #647EC2

Tints of Havelock Blue #647EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.19%

R = 23.81%
G = 30%
B = 46.19%

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

#647EC2 (or 0x647EC2) is known color: Havelock Blue. HEX triplet: 64, 7E and C2. RGB value is (100,126,194). Sum of RGB (Red+Green+Blue) = 100+126+194=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #647EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EC2 is #9B813D. Grayscale: #7D7D7D. Windows color (decimal): -10191166 or 12746340. OLE color: 12746340.

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

Color convert

RGB 100 126 194 -
CMYK 0.48 0.35 0 0.24
HSL 223.4º 0.44% 0.58% -
HSV(B) 223.4º 0.48% 0.76% -
XYZ 22.45 21.53 54.01 -
YUV 125.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 100 126 194 0.48 0.35 0 0.24 223.4 0.44 0.58
Hex 64 7E C2 30 23 0 18 DF 2C 3A
Octal 144 176 302 60 43 0 30 337 54 72
Binary 1100100 1111110 11000010 110000 100011 0 11000 11011111 101100 111010

Color Harmonies of #647EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647EC2

Black with #647EC2

Text Example


Text Example

White with #647EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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