Html Css Color HEX #617ABC Havelock Blue

📋 copy color: '#617ABC'

red 97 ◦ green 122 ◦ blue 188

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

Shades of Havelock Blue #617ABC

Tints of Havelock Blue #617ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 23.83%
G = 29.98%
B = 46.19%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#617ABC (or 0x617ABC) is known color: Havelock Blue. HEX triplet: 61, 7A and BC. RGB value is (97,122,188). Sum of RGB (Red+Green+Blue) = 97+122+188=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #617ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ABC is #9E8543. Grayscale: #797979. Windows color (decimal): -10388804 or 12352097. OLE color: 12352097.

HSL color Cylindrical-coordinate representation of color #617ABC: hue angle of 223.52º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #617ABC is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 122 188 -
CMYK 0.48 0.35 0 0.26
HSL 223.52º 0.4% 0.56% -
HSV(B) 223.52º 0.48% 0.74% -
XYZ 20.97 20.09 50.35 -
YUV 122.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 97 122 188 0.48 0.35 0 0.26 223.52 0.4 0.56
Hex 61 7A BC 30 23 0 1A E0 28 38
Octal 141 172 274 60 43 0 32 340 50 70
Binary 1100001 1111010 10111100 110000 100011 0 11010 11100000 101000 111000

Color Harmonies of #617ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617ABC

Black with #617ABC

Text Example


Text Example

White with #617ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,122,188); }

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

background-color css

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

 a { background-color: rgb(97,122,188); }

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

border-color css

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

 span { border-color: rgb(97,122,188); }

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