Html Css Color HEX #617CAD Havelock Blue

📋 copy color: '#617CAD'

red 97 ◦ green 124 ◦ blue 173

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

Shades of Havelock Blue #617CAD

Tints of Havelock Blue #617CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 24.62%
G = 31.47%
B = 43.91%

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

#617CAD (or 0x617CAD) is known color: Havelock Blue. HEX triplet: 61, 7C and AD. RGB value is (97,124,173). Sum of RGB (Red+Green+Blue) = 97+124+173=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #617CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CAD is #9E8352. Grayscale: #797979. Windows color (decimal): -10388307 or 11369569. OLE color: 11369569.

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

Color convert

RGB 97 124 173 -
CMYK 0.44 0.28 0 0.32
HSL 218.68º 0.32% 0.53% -
HSV(B) 218.68º 0.44% 0.68% -
XYZ 19.68 19.97 42.35 -
YUV 121.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 97 124 173 0.44 0.28 0 0.32 218.68 0.32 0.53
Hex 61 7C AD 2C 1C 0 20 DB 20 35
Octal 141 174 255 54 34 0 40 333 40 65
Binary 1100001 1111100 10101101 101100 11100 0 100000 11011011 100000 110101

Color Harmonies of #617CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CAD

Black with #617CAD

Text Example


Text Example

White with #617CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,124,173); }

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

background-color css

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

 a { background-color: rgb(97,124,173); }

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

border-color css

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

 span { border-color: rgb(97,124,173); }

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