Html Css Color HEX #637DB8 Havelock Blue

📋 copy color: '#637DB8'

red 99 ◦ green 125 ◦ blue 184

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

Shades of Havelock Blue #637DB8

Tints of Havelock Blue #637DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.1%

R = 24.26%
G = 30.64%
B = 45.1%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#637DB8 (or 0x637DB8) is known color: Havelock Blue. HEX triplet: 63, 7D and B8. RGB value is (99,125,184). Sum of RGB (Red+Green+Blue) = 99+125+184=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #637DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DB8 is #9C8247. Grayscale: #7B7B7B. Windows color (decimal): -10256968 or 12090723. OLE color: 12090723.

HSL color Cylindrical-coordinate representation of color #637DB8: hue angle of 221.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #637DB8 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 99 125 184 -
CMYK 0.46 0.32 0 0.28
HSL 221.65º 0.37% 0.55% -
HSV(B) 221.65º 0.46% 0.72% -
XYZ 21.13 20.78 48.24 -
YUV 123.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 99 125 184 0.46 0.32 0 0.28 221.65 0.37 0.55
Hex 63 7D B8 2E 20 0 1C DE 25 37
Octal 143 175 270 56 40 0 34 336 45 67
Binary 1100011 1111101 10111000 101110 100000 0 11100 11011110 100101 110111

Color Harmonies of #637DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637DB8

Black with #637DB8

Text Example


Text Example

White with #637DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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