Html Css Color HEX #627CAF Havelock Blue

📋 copy color: '#627CAF'

red 98 ◦ green 124 ◦ blue 175

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

Shades of Havelock Blue #627CAF

Tints of Havelock Blue #627CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

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

R = 24.69%
G = 31.23%
B = 44.08%

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

#627CAF (or 0x627CAF) is known color: Havelock Blue. HEX triplet: 62, 7C and AF. RGB value is (98,124,175). Sum of RGB (Red+Green+Blue) = 98+124+175=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #627CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627CAF is #9D8350. Grayscale: #797979. Windows color (decimal): -10322769 or 11500642. OLE color: 11500642.

HSL color Cylindrical-coordinate representation of color #627CAF: hue angle of 219.74º 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 #627CAF is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 124 175 -
CMYK 0.44 0.29 0 0.31
HSL 219.74º 0.32% 0.54% -
HSV(B) 219.74º 0.44% 0.69% -
XYZ 19.98 20.11 43.39 -
YUV 122.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 98 124 175 0.44 0.29 0 0.31 219.74 0.32 0.54
Hex 62 7C AF 2C 1D 0 1F DC 20 36
Octal 142 174 257 54 35 0 37 334 40 66
Binary 1100010 1111100 10101111 101100 11101 0 11111 11011100 100000 110110

Color Harmonies of #627CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627CAF

Black with #627CAF

Text Example


Text Example

White with #627CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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