Html Css Color HEX #637DBE Havelock Blue

📋 copy color: '#637DBE'

red 99 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #637DBE

Tints of Havelock Blue #637DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 23.91%
G = 30.19%
B = 45.89%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#637DBE (or 0x637DBE) is known color: Havelock Blue. HEX triplet: 63, 7D and BE. RGB value is (99,125,190). Sum of RGB (Red+Green+Blue) = 99+125+190=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #637DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DBE is #9C8241. Grayscale: #7C7C7C. Windows color (decimal): -10256962 or 12483939. OLE color: 12483939.

HSL color Cylindrical-coordinate representation of color #637DBE: hue angle of 222.86º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #637DBE is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 125 190 -
CMYK 0.48 0.34 0 0.25
HSL 222.86º 0.41% 0.57% -
HSV(B) 222.86º 0.48% 0.75% -
XYZ 21.77 21.04 51.63 -
YUV 124.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 99 125 190 0.48 0.34 0 0.25 222.86 0.41 0.57
Hex 63 7D BE 30 22 0 19 DF 29 39
Octal 143 175 276 60 42 0 31 337 51 71
Binary 1100011 1111101 10111110 110000 100010 0 11001 11011111 101001 111001

Color Harmonies of #637DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637DBE

Black with #637DBE

Text Example


Text Example

White with #637DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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