Html Css Color HEX #627DAF Havelock Blue

📋 copy color: '#627DAF'

red 98 ◦ green 125 ◦ blue 175

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

Shades of Havelock Blue #627DAF

Tints of Havelock Blue #627DAF

RGB

 RED value IS 98 (38.67% from 255) = 24.62%

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 24.62%
G = 31.41%
B = 43.97%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#627DAF (or 0x627DAF) is known color: Havelock Blue. HEX triplet: 62, 7D and AF. RGB value is (98,125,175). Sum of RGB (Red+Green+Blue) = 98+125+175=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #627DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627DAF is #9D8250. Grayscale: #7A7A7A. Windows color (decimal): -10322513 or 11500898. OLE color: 11500898.

HSL color Cylindrical-coordinate representation of color #627DAF: hue angle of 218.96º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #627DAF is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 125 175 -
CMYK 0.44 0.29 0 0.31
HSL 218.96º 0.32% 0.54% -
HSV(B) 218.96º 0.44% 0.69% -
XYZ 20.11 20.36 43.43 -
YUV 122.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 98 125 175 0.44 0.29 0 0.31 218.96 0.32 0.54
Hex 62 7D AF 2C 1D 0 1F DB 20 36
Octal 142 175 257 54 35 0 37 333 40 66
Binary 1100010 1111101 10101111 101100 11101 0 11111 11011011 100000 110110

Color Harmonies of #627DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627DAF

Black with #627DAF

Text Example


Text Example

White with #627DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627DAF; }

 p { color: rgb(98,125,175); }

 H1.HeaderClassName
 {
   color: #627DAF;
 }
 .AnyTagClassName
 {
   color: #627DAF;
 }
</style>

background-color css

<style>
 a { background-color: #627DAF; }

 a { background-color: rgb(98,125,175); }

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

border-color css

<style>
 span { border-color: #627DAF; }

 span { border-color: rgb(98,125,175); }

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