Html Css Color HEX #637DB6 Havelock Blue

📋 copy color: '#637DB6'

red 99 ◦ green 125 ◦ blue 182

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

Shades of Havelock Blue #637DB6

Tints of Havelock Blue #637DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 24.38%
G = 30.79%
B = 44.83%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#637DB6 (or 0x637DB6) is known color: Havelock Blue. HEX triplet: 63, 7D and B6. RGB value is (99,125,182). Sum of RGB (Red+Green+Blue) = 99+125+182=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #637DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DB6 is #9C8249. Grayscale: #7B7B7B. Windows color (decimal): -10256970 or 11959651. OLE color: 11959651.

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

Color convert

RGB 99 125 182 -
CMYK 0.46 0.31 0 0.29
HSL 221.2º 0.36% 0.55% -
HSV(B) 221.2º 0.46% 0.71% -
XYZ 20.92 20.7 47.15 -
YUV 123.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 99 125 182 0.46 0.31 0 0.29 221.2 0.36 0.55
Hex 63 7D B6 2E 1F 0 1D DD 24 37
Octal 143 175 266 56 37 0 35 335 44 67
Binary 1100011 1111101 10110110 101110 11111 0 11101 11011101 100100 110111

Color Harmonies of #637DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637DB6

Black with #637DB6

Text Example


Text Example

White with #637DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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