Html Css Color HEX #617CAC Havelock Blue

📋 copy color: '#617CAC'

red 97 ◦ green 124 ◦ blue 172

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

Shades of Havelock Blue #617CAC

Tints of Havelock Blue #617CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 24.68%
G = 31.55%
B = 43.77%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#617CAC (or 0x617CAC) is known color: Havelock Blue. HEX triplet: 61, 7C and AC. RGB value is (97,124,172). Sum of RGB (Red+Green+Blue) = 97+124+172=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #617CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CAC is #9E8353. Grayscale: #797979. Windows color (decimal): -10388308 or 11304033. OLE color: 11304033.

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

Color convert

RGB 97 124 172 -
CMYK 0.44 0.28 0 0.33
HSL 218.4º 0.31% 0.53% -
HSV(B) 218.4º 0.44% 0.67% -
XYZ 19.58 19.94 41.85 -
YUV 121.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 97 124 172 0.44 0.28 0 0.33 218.4 0.31 0.53
Hex 61 7C AC 2C 1C 0 21 DA 1F 35
Octal 141 174 254 54 34 0 41 332 37 65
Binary 1100001 1111100 10101100 101100 11100 0 100001 11011010 11111 110101

Color Harmonies of #617CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CAC

Black with #617CAC

Text Example


Text Example

White with #617CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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