Html Css Color HEX #637DC5 Havelock Blue

📋 copy color: '#637DC5'

red 99 ◦ green 125 ◦ blue 197

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

Shades of Havelock Blue #637DC5

Tints of Havelock Blue #637DC5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.69%

 BLUE value IS 197 (77.34% from 255) = 46.79%

R = 23.52%
G = 29.69%
B = 46.79%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#637DC5 (or 0x637DC5) is known color: Havelock Blue. HEX triplet: 63, 7D and C5. RGB value is (99,125,197). Sum of RGB (Red+Green+Blue) = 99+125+197=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #637DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DC5 is #9C823A. Grayscale: #7D7D7D. Windows color (decimal): -10256955 or 12942691. OLE color: 12942691.

HSL color Cylindrical-coordinate representation of color #637DC5: hue angle of 224.08º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #637DC5 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 99 125 197 -
CMYK 0.50 0.37 0 0.23
HSL 224.08º 0.46% 0.58% -
HSV(B) 224.08º 0.5% 0.77% -
XYZ 22.56 21.35 55.76 -
YUV 125.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 99 125 197 0.50 0.37 0 0.23 224.08 0.46 0.58
Hex 63 7D C5 32 25 0 17 E0 2E 3A
Octal 143 175 305 62 45 0 27 340 56 72
Binary 1100011 1111101 11000101 110010 100101 0 10111 11100000 101110 111010

Color Harmonies of #637DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637DC5

Black with #637DC5

Text Example


Text Example

White with #637DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,125,197); }

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

background-color css

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

 a { background-color: rgb(99,125,197); }

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

border-color css

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

 span { border-color: rgb(99,125,197); }

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