Html Css Color HEX #627FBE Havelock Blue

📋 copy color: '#627FBE'

red 98 ◦ green 127 ◦ blue 190

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

Shades of Havelock Blue #627FBE

Tints of Havelock Blue #627FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

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

R = 23.61%
G = 30.6%
B = 45.78%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#627FBE (or 0x627FBE) is known color: Havelock Blue. HEX triplet: 62, 7F and BE. RGB value is (98,127,190). Sum of RGB (Red+Green+Blue) = 98+127+190=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #627FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627FBE is #9D8041. Grayscale: #7D7D7D. Windows color (decimal): -10321986 or 12484450. OLE color: 12484450.

HSL color Cylindrical-coordinate representation of color #627FBE: hue angle of 221.09º 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 #627FBE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 127 190 -
CMYK 0.48 0.33 0 0.25
HSL 221.09º 0.41% 0.56% -
HSV(B) 221.09º 0.48% 0.75% -
XYZ 21.92 21.49 51.71 -
YUV 125.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 98 127 190 0.48 0.33 0 0.25 221.09 0.41 0.56
Hex 62 7F BE 30 21 0 19 DD 29 38
Octal 142 177 276 60 41 0 31 335 51 70
Binary 1100010 1111111 10111110 110000 100001 0 11001 11011101 101001 111000

Color Harmonies of #627FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627FBE

Black with #627FBE

Text Example


Text Example

White with #627FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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