Html Css Color HEX #637DBB Havelock Blue

📋 copy color: '#637DBB'

red 99 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #637DBB

Tints of Havelock Blue #637DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 24.09%
G = 30.41%
B = 45.5%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#637DBB (or 0x637DBB) is known color: Havelock Blue. HEX triplet: 63, 7D and BB. RGB value is (99,125,187). Sum of RGB (Red+Green+Blue) = 99+125+187=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #637DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DBB is #9C8244. Grayscale: #7C7C7C. Windows color (decimal): -10256965 or 12287331. OLE color: 12287331.

HSL color Cylindrical-coordinate representation of color #637DBB: hue angle of 222.27º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #637DBB is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 125 187 -
CMYK 0.47 0.33 0 0.27
HSL 222.27º 0.39% 0.56% -
HSV(B) 222.27º 0.47% 0.73% -
XYZ 21.45 20.91 49.92 -
YUV 124.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 99 125 187 0.47 0.33 0 0.27 222.27 0.39 0.56
Hex 63 7D BB 2F 21 0 1B DE 27 38
Octal 143 175 273 57 41 0 33 336 47 70
Binary 1100011 1111101 10111011 101111 100001 0 11011 11011110 100111 111000

Color Harmonies of #637DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637DBB

Black with #637DBB

Text Example


Text Example

White with #637DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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