Html Css Color HEX #637FB9 Havelock Blue

📋 copy color: '#637FB9'

red 99 ◦ green 127 ◦ blue 185

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

Shades of Havelock Blue #637FB9

Tints of Havelock Blue #637FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 24.09%
G = 30.9%
B = 45.01%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#637FB9 (or 0x637FB9) is known color: Havelock Blue. HEX triplet: 63, 7F and B9. RGB value is (99,127,185). Sum of RGB (Red+Green+Blue) = 99+127+185=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #637FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637FB9 is #9C8046. Grayscale: #7C7C7C. Windows color (decimal): -10256455 or 12156771. OLE color: 12156771.

HSL color Cylindrical-coordinate representation of color #637FB9: hue angle of 220.47º 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 #637FB9 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 127 185 -
CMYK 0.46 0.31 0 0.27
HSL 220.47º 0.38% 0.56% -
HSV(B) 220.47º 0.46% 0.73% -
XYZ 21.49 21.33 48.88 -
YUV 125.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 99 127 185 0.46 0.31 0 0.27 220.47 0.38 0.56
Hex 63 7F B9 2E 1F 0 1B DC 26 38
Octal 143 177 271 56 37 0 33 334 46 70
Binary 1100011 1111111 10111001 101110 11111 0 11011 11011100 100110 111000

Color Harmonies of #637FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637FB9

Black with #637FB9

Text Example


Text Example

White with #637FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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