Html Css Color HEX #647FD0 Havelock Blue

📋 copy color: '#647FD0'

red 100 ◦ green 127 ◦ blue 208

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

Shades of Havelock Blue #647FD0

Tints of Havelock Blue #647FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

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

R = 22.99%
G = 29.2%
B = 47.82%

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

#647FD0 (or 0x647FD0) is known color: Havelock Blue. HEX triplet: 64, 7F and D0. RGB value is (100,127,208). Sum of RGB (Red+Green+Blue) = 100+127+208=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #647FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FD0 is #9B802F. Grayscale: #7F7F7F. Windows color (decimal): -10190896 or 13664100. OLE color: 13664100.

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

Color convert

RGB 100 127 208 -
CMYK 0.52 0.39 0 0.18
HSL 225º 0.53% 0.6% -
HSV(B) 225º 0.52% 0.82% -
XYZ 24.23 22.44 62.73 -
YUV 128.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 100 127 208 0.52 0.39 0 0.18 225 0.53 0.6
Hex 64 7F D0 34 27 0 12 E1 35 3C
Octal 144 177 320 64 47 0 22 341 65 74
Binary 1100100 1111111 11010000 110100 100111 0 10010 11100001 110101 111100

Color Harmonies of #647FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FD0

Black with #647FD0

Text Example


Text Example

White with #647FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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