Html Css Color HEX #647FCF Havelock Blue

📋 copy color: '#647FCF'

red 100 ◦ green 127 ◦ blue 207

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

Shades of Havelock Blue #647FCF

Tints of Havelock Blue #647FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 23.04%
G = 29.26%
B = 47.7%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#647FCF (or 0x647FCF) is known color: Havelock Blue. HEX triplet: 64, 7F and CF. RGB value is (100,127,207). Sum of RGB (Red+Green+Blue) = 100+127+207=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #647FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FCF is #9B8030. Grayscale: #7F7F7F. Windows color (decimal): -10190897 or 13598564. OLE color: 13598564.

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

Color convert

RGB 100 127 207 -
CMYK 0.52 0.39 0 0.19
HSL 224.86º 0.53% 0.6% -
HSV(B) 224.86º 0.52% 0.81% -
XYZ 24.11 22.39 62.08 -
YUV 128.05 172.55 108 -
System Red Green Blue C M Y K H S L
Decimal 100 127 207 0.52 0.39 0 0.19 224.86 0.53 0.6
Hex 64 7F CF 34 27 0 13 E1 35 3C
Octal 144 177 317 64 47 0 23 341 65 74
Binary 1100100 1111111 11001111 110100 100111 0 10011 11100001 110101 111100

Color Harmonies of #647FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FCF

Black with #647FCF

Text Example


Text Example

White with #647FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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