Html Css Color HEX #647ECD Havelock Blue

📋 copy color: '#647ECD'

red 100 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #647ECD

Tints of Havelock Blue #647ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 23.2%
G = 29.23%
B = 47.56%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#647ECD (or 0x647ECD) is known color: Havelock Blue. HEX triplet: 64, 7E and CD. RGB value is (100,126,205). Sum of RGB (Red+Green+Blue) = 100+126+205=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #647ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ECD is #9B8132. Grayscale: #7E7E7E. Windows color (decimal): -10191155 or 13467236. OLE color: 13467236.

HSL color Cylindrical-coordinate representation of color #647ECD: hue angle of 225.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647ECD is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 126 205 -
CMYK 0.51 0.39 0 0.20
HSL 225.14º 0.51% 0.6% -
HSV(B) 225.14º 0.51% 0.8% -
XYZ 23.74 22.04 60.76 -
YUV 127.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 100 126 205 0.51 0.39 0 0.20 225.14 0.51 0.6
Hex 64 7E CD 33 27 0 14 E1 33 3C
Octal 144 176 315 63 47 0 24 341 63 74
Binary 1100100 1111110 11001101 110011 100111 0 10100 11100001 110011 111100

Color Harmonies of #647ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647ECD

Black with #647ECD

Text Example


Text Example

White with #647ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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