Html Css Color HEX #637FC0 Havelock Blue

📋 copy color: '#637FC0'

red 99 ◦ green 127 ◦ blue 192

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

Shades of Havelock Blue #637FC0

Tints of Havelock Blue #637FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 23.68%
G = 30.38%
B = 45.93%

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

#637FC0 (or 0x637FC0) is known color: Havelock Blue. HEX triplet: 63, 7F and C0. RGB value is (99,127,192). Sum of RGB (Red+Green+Blue) = 99+127+192=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #637FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637FC0 is #9C803F. Grayscale: #7D7D7D. Windows color (decimal): -10256448 or 12615523. OLE color: 12615523.

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

Color convert

RGB 99 127 192 -
CMYK 0.48 0.34 0 0.25
HSL 221.94º 0.42% 0.57% -
HSV(B) 221.94º 0.48% 0.75% -
XYZ 22.25 21.64 52.87 -
YUV 126.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 99 127 192 0.48 0.34 0 0.25 221.94 0.42 0.57
Hex 63 7F C0 30 22 0 19 DE 2A 39
Octal 143 177 300 60 42 0 31 336 52 71
Binary 1100011 1111111 11000000 110000 100010 0 11001 11011110 101010 111001

Color Harmonies of #637FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637FC0

Black with #637FC0

Text Example


Text Example

White with #637FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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