Html Css Color HEX #637FBF Havelock Blue

📋 copy color: '#637FBF'

red 99 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #637FBF

Tints of Havelock Blue #637FBF

RGB

 RED value IS 99 (39.06% from 255) = 23.74%

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 23.74%
G = 30.46%
B = 45.8%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#637FBF (or 0x637FBF) is known color: Havelock Blue. HEX triplet: 63, 7F and BF. RGB value is (99,127,191). Sum of RGB (Red+Green+Blue) = 99+127+191=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #637FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637FBF is #9C8040. Grayscale: #7D7D7D. Windows color (decimal): -10256449 or 12549987. OLE color: 12549987.

HSL color Cylindrical-coordinate representation of color #637FBF: hue angle of 221.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #637FBF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 127 191 -
CMYK 0.48 0.34 0 0.25
HSL 221.74º 0.42% 0.57% -
HSV(B) 221.74º 0.48% 0.75% -
XYZ 22.14 21.59 52.29 -
YUV 125.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 99 127 191 0.48 0.34 0 0.25 221.74 0.42 0.57
Hex 63 7F BF 30 22 0 19 DE 2A 39
Octal 143 177 277 60 42 0 31 336 52 71
Binary 1100011 1111111 10111111 110000 100010 0 11001 11011110 101010 111001

Color Harmonies of #637FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637FBF

Black with #637FBF

Text Example


Text Example

White with #637FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637FBF; }

 p { color: rgb(99,127,191); }

 H1.HeaderClassName
 {
   color: #637FBF;
 }
 .AnyTagClassName
 {
   color: #637FBF;
 }
</style>

background-color css

<style>
 a { background-color: #637FBF; }

 a { background-color: rgb(99,127,191); }

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

border-color css

<style>
 span { border-color: #637FBF; }

 span { border-color: rgb(99,127,191); }

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