Html Css Color HEX #627FBA Havelock Blue

📋 copy color: '#627FBA'

red 98 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #627FBA

Tints of Havelock Blue #627FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 23.84%
G = 30.9%
B = 45.26%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#627FBA (or 0x627FBA) is known color: Havelock Blue. HEX triplet: 62, 7F and BA. RGB value is (98,127,186). Sum of RGB (Red+Green+Blue) = 98+127+186=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #627FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627FBA is #9D8045. Grayscale: #7C7C7C. Windows color (decimal): -10321990 or 12222306. OLE color: 12222306.

HSL color Cylindrical-coordinate representation of color #627FBA: hue angle of 220.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #627FBA is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 127 186 -
CMYK 0.47 0.32 0 0.27
HSL 220.23º 0.39% 0.56% -
HSV(B) 220.23º 0.47% 0.73% -
XYZ 21.49 21.32 49.44 -
YUV 125.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 98 127 186 0.47 0.32 0 0.27 220.23 0.39 0.56
Hex 62 7F BA 2F 20 0 1B DC 27 38
Octal 142 177 272 57 40 0 33 334 47 70
Binary 1100010 1111111 10111010 101111 100000 0 11011 11011100 100111 111000

Color Harmonies of #627FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627FBA

Black with #627FBA

Text Example


Text Example

White with #627FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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