Html Css Color HEX #637DCD Havelock Blue

📋 copy color: '#637DCD'

red 99 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #637DCD

Tints of Havelock Blue #637DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 23.08%
G = 29.14%
B = 47.79%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#637DCD (or 0x637DCD) is known color: Havelock Blue. HEX triplet: 63, 7D and CD. RGB value is (99,125,205). Sum of RGB (Red+Green+Blue) = 99+125+205=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #637DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DCD is #9C8232. Grayscale: #7E7E7E. Windows color (decimal): -10256947 or 13466979. OLE color: 13466979.

HSL color Cylindrical-coordinate representation of color #637DCD: hue angle of 225.28º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #637DCD is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 125 205 -
CMYK 0.52 0.39 0 0.20
HSL 225.28º 0.51% 0.6% -
HSV(B) 225.28º 0.52% 0.8% -
XYZ 23.5 21.73 60.71 -
YUV 126.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 99 125 205 0.52 0.39 0 0.20 225.28 0.51 0.6
Hex 63 7D CD 34 27 0 14 E1 33 3C
Octal 143 175 315 64 47 0 24 341 63 74
Binary 1100011 1111101 11001101 110100 100111 0 10100 11100001 110011 111100

Color Harmonies of #637DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637DCD

Black with #637DCD

Text Example


Text Example

White with #637DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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