Html Css Color HEX #647FBC Havelock Blue

📋 copy color: '#647FBC'

red 100 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #647FBC

Tints of Havelock Blue #647FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 24.1%
G = 30.6%
B = 45.3%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#647FBC (or 0x647FBC) is known color: Havelock Blue. HEX triplet: 64, 7F and BC. RGB value is (100,127,188). Sum of RGB (Red+Green+Blue) = 100+127+188=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #647FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FBC is #9B8043. Grayscale: #7D7D7D. Windows color (decimal): -10190916 or 12353380. OLE color: 12353380.

HSL color Cylindrical-coordinate representation of color #647FBC: hue angle of 221.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #647FBC is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 127 188 -
CMYK 0.47 0.32 0 0.26
HSL 221.59º 0.4% 0.56% -
HSV(B) 221.59º 0.47% 0.74% -
XYZ 21.92 21.52 50.58 -
YUV 125.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 100 127 188 0.47 0.32 0 0.26 221.59 0.4 0.56
Hex 64 7F BC 2F 20 0 1A DE 28 38
Octal 144 177 274 57 40 0 32 336 50 70
Binary 1100100 1111111 10111100 101111 100000 0 11010 11011110 101000 111000

Color Harmonies of #647FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FBC

Black with #647FBC

Text Example


Text Example

White with #647FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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