Html Css Color HEX #637DAE Havelock Blue

📋 copy color: '#637DAE'

red 99 ◦ green 125 ◦ blue 174

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

Shades of Havelock Blue #637DAE

Tints of Havelock Blue #637DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 24.87%
G = 31.41%
B = 43.72%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#637DAE (or 0x637DAE) is known color: Havelock Blue. HEX triplet: 63, 7D and AE. RGB value is (99,125,174). Sum of RGB (Red+Green+Blue) = 99+125+174=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #637DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637DAE is #9C8251. Grayscale: #7A7A7A. Windows color (decimal): -10256978 or 11435363. OLE color: 11435363.

HSL color Cylindrical-coordinate representation of color #637DAE: hue angle of 219.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #637DAE is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 125 174 -
CMYK 0.43 0.28 0 0.32
HSL 219.2º 0.32% 0.54% -
HSV(B) 219.2º 0.43% 0.68% -
XYZ 20.12 20.38 42.92 -
YUV 122.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 99 125 174 0.43 0.28 0 0.32 219.2 0.32 0.54
Hex 63 7D AE 2B 1C 0 20 DB 20 36
Octal 143 175 256 53 34 0 40 333 40 66
Binary 1100011 1111101 10101110 101011 11100 0 100000 11011011 100000 110110

Color Harmonies of #637DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637DAE

Black with #637DAE

Text Example


Text Example

White with #637DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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