Html Css Color HEX #647CD0 Havelock Blue

📋 copy color: '#647CD0'

red 100 ◦ green 124 ◦ blue 208

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

Shades of Havelock Blue #647CD0

Tints of Havelock Blue #647CD0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

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

R = 23.15%
G = 28.7%
B = 48.15%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#647CD0 (or 0x647CD0) is known color: Havelock Blue. HEX triplet: 64, 7C and D0. RGB value is (100,124,208). Sum of RGB (Red+Green+Blue) = 100+124+208=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #647CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CD0 is #9B832F. Grayscale: #7E7E7E. Windows color (decimal): -10191664 or 13663332. OLE color: 13663332.

HSL color Cylindrical-coordinate representation of color #647CD0: hue angle of 226.67º 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 #647CD0 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 124 208 -
CMYK 0.52 0.40 0 0.18
HSL 226.67º 0.53% 0.6% -
HSV(B) 226.67º 0.52% 0.82% -
XYZ 23.85 21.68 62.6 -
YUV 126.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 100 124 208 0.52 0.40 0 0.18 226.67 0.53 0.6
Hex 64 7C D0 34 28 0 12 E3 35 3C
Octal 144 174 320 64 50 0 22 343 65 74
Binary 1100100 1111100 11010000 110100 101000 0 10010 11100011 110101 111100

Color Harmonies of #647CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CD0

Black with #647CD0

Text Example


Text Example

White with #647CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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