Html Css Color HEX #617DAE Havelock Blue

📋 copy color: '#617DAE'

red 97 ◦ green 125 ◦ blue 174

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

Shades of Havelock Blue #617DAE

Tints of Havelock Blue #617DAE

RGB

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

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

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

R = 24.49%
G = 31.57%
B = 43.94%

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

#617DAE (or 0x617DAE) is known color: Havelock Blue. HEX triplet: 61, 7D and AE. RGB value is (97,125,174). Sum of RGB (Red+Green+Blue) = 97+125+174=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #617DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DAE is #9E8251. Grayscale: #797979. Windows color (decimal): -10388050 or 11435361. OLE color: 11435361.

HSL color Cylindrical-coordinate representation of color #617DAE: hue angle of 218.18º 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 #617DAE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 125 174 -
CMYK 0.44 0.28 0 0.32
HSL 218.18º 0.32% 0.53% -
HSV(B) 218.18º 0.44% 0.68% -
XYZ 19.9 20.26 42.91 -
YUV 122.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 97 125 174 0.44 0.28 0 0.32 218.18 0.32 0.53
Hex 61 7D AE 2C 1C 0 20 DA 20 35
Octal 141 175 256 54 34 0 40 332 40 65
Binary 1100001 1111101 10101110 101100 11100 0 100000 11011010 100000 110101

Color Harmonies of #617DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617DAE

Black with #617DAE

Text Example


Text Example

White with #617DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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