Html Css Color HEX #617EAE Havelock Blue

📋 copy color: '#617EAE'

red 97 ◦ green 126 ◦ blue 174

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

Shades of Havelock Blue #617EAE

Tints of Havelock Blue #617EAE

RGB

 RED value IS 97 (38.28% from 255) = 24.43%

 GREEN value IS 126 (49.61% from 255) = 31.74%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 24.43%
G = 31.74%
B = 43.83%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#617EAE (or 0x617EAE) is known color: Havelock Blue. HEX triplet: 61, 7E and AE. RGB value is (97,126,174). Sum of RGB (Red+Green+Blue) = 97+126+174=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #617EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617EAE is #9E8151. Grayscale: #7A7A7A. Windows color (decimal): -10387794 or 11435617. OLE color: 11435617.

HSL color Cylindrical-coordinate representation of color #617EAE: hue angle of 217.4º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #617EAE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 126 174 -
CMYK 0.44 0.28 0 0.32
HSL 217.4º 0.32% 0.53% -
HSV(B) 217.4º 0.44% 0.68% -
XYZ 20.03 20.52 42.95 -
YUV 122.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 97 126 174 0.44 0.28 0 0.32 217.4 0.32 0.53
Hex 61 7E AE 2C 1C 0 20 D9 20 35
Octal 141 176 256 54 34 0 40 331 40 65
Binary 1100001 1111110 10101110 101100 11100 0 100000 11011001 100000 110101

Color Harmonies of #617EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617EAE

Black with #617EAE

Text Example


Text Example

White with #617EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617EAE; }

 p { color: rgb(97,126,174); }

 H1.HeaderClassName
 {
   color: #617EAE;
 }
 .AnyTagClassName
 {
   color: #617EAE;
 }
</style>

background-color css

<style>
 a { background-color: #617EAE; }

 a { background-color: rgb(97,126,174); }

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

border-color css

<style>
 span { border-color: #617EAE; }

 span { border-color: rgb(97,126,174); }

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