Html Css Color HEX #627DBA Havelock Blue

📋 copy color: '#627DBA'

red 98 ◦ green 125 ◦ blue 186

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

Shades of Havelock Blue #627DBA

Tints of Havelock Blue #627DBA

RGB

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

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

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

R = 23.96%
G = 30.56%
B = 45.48%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#627DBA (or 0x627DBA) is known color: Havelock Blue. HEX triplet: 62, 7D and BA. RGB value is (98,125,186). Sum of RGB (Red+Green+Blue) = 98+125+186=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #627DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DBA is #9D8245. Grayscale: #7B7B7B. Windows color (decimal): -10322502 or 12221794. OLE color: 12221794.

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

Color convert

RGB 98 125 186 -
CMYK 0.47 0.33 0 0.27
HSL 221.59º 0.39% 0.56% -
HSV(B) 221.59º 0.47% 0.73% -
XYZ 21.23 20.81 49.35 -
YUV 123.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 98 125 186 0.47 0.33 0 0.27 221.59 0.39 0.56
Hex 62 7D BA 2F 21 0 1B DE 27 38
Octal 142 175 272 57 41 0 33 336 47 70
Binary 1100010 1111101 10111010 101111 100001 0 11011 11011110 100111 111000

Color Harmonies of #627DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627DBA

Black with #627DBA

Text Example


Text Example

White with #627DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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