Html Css Color HEX #637FBE Havelock Blue

📋 copy color: '#637FBE'

red 99 ◦ green 127 ◦ blue 190

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

Shades of Havelock Blue #637FBE

Tints of Havelock Blue #637FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 23.8%
G = 30.53%
B = 45.67%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#637FBE (or 0x637FBE) is known color: Havelock Blue. HEX triplet: 63, 7F and BE. RGB value is (99,127,190). Sum of RGB (Red+Green+Blue) = 99+127+190=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #637FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637FBE is #9C8041. Grayscale: #7D7D7D. Windows color (decimal): -10256450 or 12484451. OLE color: 12484451.

HSL color Cylindrical-coordinate representation of color #637FBE: hue angle of 221.54º degrees, saturation: 0.41, 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 #637FBE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 127 190 -
CMYK 0.48 0.33 0 0.25
HSL 221.54º 0.41% 0.57% -
HSV(B) 221.54º 0.48% 0.75% -
XYZ 22.03 21.55 51.71 -
YUV 125.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 99 127 190 0.48 0.33 0 0.25 221.54 0.41 0.57
Hex 63 7F BE 30 21 0 19 DE 29 39
Octal 143 177 276 60 41 0 31 336 51 71
Binary 1100011 1111111 10111110 110000 100001 0 11001 11011110 101001 111001

Color Harmonies of #637FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637FBE

Black with #637FBE

Text Example


Text Example

White with #637FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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