Html Css Color HEX #627DBE Havelock Blue

📋 copy color: '#627DBE'

red 98 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #627DBE

Tints of Havelock Blue #627DBE

RGB

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

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

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

R = 23.73%
G = 30.27%
B = 46%

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

#627DBE (or 0x627DBE) is known color: Havelock Blue. HEX triplet: 62, 7D and BE. RGB value is (98,125,190). Sum of RGB (Red+Green+Blue) = 98+125+190=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #627DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DBE is #9D8241. Grayscale: #7C7C7C. Windows color (decimal): -10322498 or 12483938. OLE color: 12483938.

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

Color convert

RGB 98 125 190 -
CMYK 0.48 0.34 0 0.25
HSL 222.39º 0.41% 0.56% -
HSV(B) 222.39º 0.48% 0.75% -
XYZ 21.66 20.98 51.62 -
YUV 124.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 98 125 190 0.48 0.34 0 0.25 222.39 0.41 0.56
Hex 62 7D BE 30 22 0 19 DE 29 38
Octal 142 175 276 60 42 0 31 336 51 70
Binary 1100010 1111101 10111110 110000 100010 0 11001 11011110 101001 111000

Color Harmonies of #627DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627DBE

Black with #627DBE

Text Example


Text Example

White with #627DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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