Html Css Color HEX #627ACE Havelock Blue

📋 copy color: '#627ACE'

red 98 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #627ACE

Tints of Havelock Blue #627ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 23%
G = 28.64%
B = 48.36%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#627ACE (or 0x627ACE) is known color: Havelock Blue. HEX triplet: 62, 7A and CE. RGB value is (98,122,206). Sum of RGB (Red+Green+Blue) = 98+122+206=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #627ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627ACE is #9D8531. Grayscale: #7C7C7C. Windows color (decimal): -10323250 or 13531746. OLE color: 13531746.

HSL color Cylindrical-coordinate representation of color #627ACE: hue angle of 226.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #627ACE is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 122 206 -
CMYK 0.52 0.41 0 0.19
HSL 226.67º 0.52% 0.6% -
HSV(B) 226.67º 0.52% 0.81% -
XYZ 23.14 20.97 61.22 -
YUV 124.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 98 122 206 0.52 0.41 0 0.19 226.67 0.52 0.6
Hex 62 7A CE 34 29 0 13 E3 34 3C
Octal 142 172 316 64 51 0 23 343 64 74
Binary 1100010 1111010 11001110 110100 101001 0 10011 11100011 110100 111100

Color Harmonies of #627ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627ACE

Black with #627ACE

Text Example


Text Example

White with #627ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,122,206); }

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

background-color css

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

 a { background-color: rgb(98,122,206); }

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

border-color css

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

 span { border-color: rgb(98,122,206); }

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