Html Css Color HEX #647FBA Havelock Blue

📋 copy color: '#647FBA'

red 100 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #647FBA

Tints of Havelock Blue #647FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 24.21%
G = 30.75%
B = 45.04%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#647FBA (or 0x647FBA) is known color: Havelock Blue. HEX triplet: 64, 7F and BA. RGB value is (100,127,186). Sum of RGB (Red+Green+Blue) = 100+127+186=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #647FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FBA is #9B8045. Grayscale: #7D7D7D. Windows color (decimal): -10190918 or 12222308. OLE color: 12222308.

HSL color Cylindrical-coordinate representation of color #647FBA: hue angle of 221.16º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #647FBA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 127 186 -
CMYK 0.46 0.32 0 0.27
HSL 221.16º 0.38% 0.56% -
HSV(B) 221.16º 0.46% 0.73% -
XYZ 21.71 21.43 49.45 -
YUV 125.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 100 127 186 0.46 0.32 0 0.27 221.16 0.38 0.56
Hex 64 7F BA 2E 20 0 1B DD 26 38
Octal 144 177 272 56 40 0 33 335 46 70
Binary 1100100 1111111 10111010 101110 100000 0 11011 11011101 100110 111000

Color Harmonies of #647FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FBA

Black with #647FBA

Text Example


Text Example

White with #647FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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