Html Css Color HEX #637DB5 Havelock Blue

📋 copy color: '#637DB5'

red 99 ◦ green 125 ◦ blue 181

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

Shades of Havelock Blue #637DB5

Tints of Havelock Blue #637DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.69%

R = 24.44%
G = 30.86%
B = 44.69%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#637DB5 (or 0x637DB5) is known color: Havelock Blue. HEX triplet: 63, 7D and B5. RGB value is (99,125,181). Sum of RGB (Red+Green+Blue) = 99+125+181=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #637DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DB5 is #9C824A. Grayscale: #7B7B7B. Windows color (decimal): -10256971 or 11894115. OLE color: 11894115.

HSL color Cylindrical-coordinate representation of color #637DB5: hue angle of 220.98º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #637DB5 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 125 181 -
CMYK 0.45 0.31 0 0.29
HSL 220.98º 0.36% 0.55% -
HSV(B) 220.98º 0.45% 0.71% -
XYZ 20.82 20.66 46.61 -
YUV 123.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 99 125 181 0.45 0.31 0 0.29 220.98 0.36 0.55
Hex 63 7D B5 2D 1F 0 1D DD 24 37
Octal 143 175 265 55 37 0 35 335 44 67
Binary 1100011 1111101 10110101 101101 11111 0 11101 11011101 100100 110111

Color Harmonies of #637DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637DB5

Black with #637DB5

Text Example


Text Example

White with #637DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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