Html Css Color HEX #627DB3 Havelock Blue

📋 copy color: '#627DB3'

red 98 ◦ green 125 ◦ blue 179

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

Shades of Havelock Blue #627DB3

Tints of Havelock Blue #627DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 24.38%
G = 31.09%
B = 44.53%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#627DB3 (or 0x627DB3) is known color: Havelock Blue. HEX triplet: 62, 7D and B3. RGB value is (98,125,179). Sum of RGB (Red+Green+Blue) = 98+125+179=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #627DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DB3 is #9D824C. Grayscale: #7A7A7A. Windows color (decimal): -10322509 or 11763042. OLE color: 11763042.

HSL color Cylindrical-coordinate representation of color #627DB3: hue angle of 220º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #627DB3 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 98 125 179 -
CMYK 0.45 0.30 0 0.30
HSL 220º 0.35% 0.54% -
HSV(B) 220º 0.45% 0.7% -
XYZ 20.51 20.52 45.53 -
YUV 123.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 98 125 179 0.45 0.30 0 0.30 220 0.35 0.54
Hex 62 7D B3 2D 1E 0 1E DC 23 36
Octal 142 175 263 55 36 0 36 334 43 66
Binary 1100010 1111101 10110011 101101 11110 0 11110 11011100 100011 110110

Color Harmonies of #627DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627DB3

Black with #627DB3

Text Example


Text Example

White with #627DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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