Html Css Color HEX #637EC0 Havelock Blue

📋 copy color: '#637EC0'

red 99 ◦ green 126 ◦ blue 192

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

Shades of Havelock Blue #637EC0

Tints of Havelock Blue #637EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.22%

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

R = 23.74%
G = 30.22%
B = 46.04%

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

#637EC0 (or 0x637EC0) is known color: Havelock Blue. HEX triplet: 63, 7E and C0. RGB value is (99,126,192). Sum of RGB (Red+Green+Blue) = 99+126+192=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #637EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637EC0 is #9C813F. Grayscale: #7D7D7D. Windows color (decimal): -10256704 or 12615267. OLE color: 12615267.

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

Color convert

RGB 99 126 192 -
CMYK 0.48 0.34 0 0.25
HSL 222.58º 0.42% 0.57% -
HSV(B) 222.58º 0.48% 0.75% -
XYZ 22.12 21.38 52.83 -
YUV 125.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 99 126 192 0.48 0.34 0 0.25 222.58 0.42 0.57
Hex 63 7E C0 30 22 0 19 DF 2A 39
Octal 143 176 300 60 42 0 31 337 52 71
Binary 1100011 1111110 11000000 110000 100010 0 11001 11011111 101010 111001

Color Harmonies of #637EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637EC0

Black with #637EC0

Text Example


Text Example

White with #637EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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