Html Css Color HEX #647ED0 Havelock Blue

📋 copy color: '#647ED0'

red 100 ◦ green 126 ◦ blue 208

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

Shades of Havelock Blue #647ED0

Tints of Havelock Blue #647ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 23.04%
G = 29.03%
B = 47.93%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#647ED0 (or 0x647ED0) is known color: Havelock Blue. HEX triplet: 64, 7E and D0. RGB value is (100,126,208). Sum of RGB (Red+Green+Blue) = 100+126+208=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #647ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ED0 is #9B812F. Grayscale: #7F7F7F. Windows color (decimal): -10191152 or 13663844. OLE color: 13663844.

HSL color Cylindrical-coordinate representation of color #647ED0: hue angle of 225.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #647ED0 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 126 208 -
CMYK 0.52 0.39 0 0.18
HSL 225.56º 0.53% 0.6% -
HSV(B) 225.56º 0.52% 0.82% -
XYZ 24.1 22.19 62.69 -
YUV 127.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 100 126 208 0.52 0.39 0 0.18 225.56 0.53 0.6
Hex 64 7E D0 34 27 0 12 E2 35 3C
Octal 144 176 320 64 47 0 22 342 65 74
Binary 1100100 1111110 11010000 110100 100111 0 10010 11100010 110101 111100

Color Harmonies of #647ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647ED0

Black with #647ED0

Text Example


Text Example

White with #647ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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