Html Css Color HEX #627ACF Havelock Blue

📋 copy color: '#627ACF'

red 98 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #627ACF

Tints of Havelock Blue #627ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 22.95%
G = 28.57%
B = 48.48%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#627ACF (or 0x627ACF) is known color: Havelock Blue. HEX triplet: 62, 7A and CF. RGB value is (98,122,207). Sum of RGB (Red+Green+Blue) = 98+122+207=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #627ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627ACF is #9D8530. Grayscale: #7C7C7C. Windows color (decimal): -10323249 or 13597282. OLE color: 13597282.

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

Color convert

RGB 98 122 207 -
CMYK 0.53 0.41 0 0.19
HSL 226.79º 0.53% 0.6% -
HSV(B) 226.79º 0.53% 0.81% -
XYZ 23.26 21.02 61.86 -
YUV 124.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 98 122 207 0.53 0.41 0 0.19 226.79 0.53 0.6
Hex 62 7A CF 35 29 0 13 E3 35 3C
Octal 142 172 317 65 51 0 23 343 65 74
Binary 1100010 1111010 11001111 110101 101001 0 10011 11100011 110101 111100

Color Harmonies of #627ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627ACF

Black with #627ACF

Text Example


Text Example

White with #627ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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