Html Css Color HEX #647FD7 Havelock Blue

📋 copy color: '#647FD7'

red 100 ◦ green 127 ◦ blue 215

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

Shades of Havelock Blue #647FD7

Tints of Havelock Blue #647FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.64%

R = 22.62%
G = 28.73%
B = 48.64%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#647FD7 (or 0x647FD7) is known color: Havelock Blue. HEX triplet: 64, 7F and D7. RGB value is (100,127,215). Sum of RGB (Red+Green+Blue) = 100+127+215=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #647FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FD7 is #9B8028. Grayscale: #808080. Windows color (decimal): -10190889 or 14122852. OLE color: 14122852.

HSL color Cylindrical-coordinate representation of color #647FD7: hue angle of 225.91º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #647FD7 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 127 215 -
CMYK 0.53 0.41 0 0.16
HSL 225.91º 0.59% 0.62% -
HSV(B) 225.91º 0.53% 0.84% -
XYZ 25.11 22.79 67.37 -
YUV 128.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 100 127 215 0.53 0.41 0 0.16 225.91 0.59 0.62
Hex 64 7F D7 35 29 0 10 E2 3B 3E
Octal 144 177 327 65 51 0 20 342 73 76
Binary 1100100 1111111 11010111 110101 101001 0 10000 11100010 111011 111110

Color Harmonies of #647FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FD7

Black with #647FD7

Text Example


Text Example

White with #647FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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