Html Css Color HEX #617ABE Havelock Blue

📋 copy color: '#617ABE'

red 97 ◦ green 122 ◦ blue 190

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

Shades of Havelock Blue #617ABE

Tints of Havelock Blue #617ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 23.72%
G = 29.83%
B = 46.45%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#617ABE (or 0x617ABE) is known color: Havelock Blue. HEX triplet: 61, 7A and BE. RGB value is (97,122,190). Sum of RGB (Red+Green+Blue) = 97+122+190=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #617ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ABE is #9E8541. Grayscale: #797979. Windows color (decimal): -10388802 or 12483169. OLE color: 12483169.

HSL color Cylindrical-coordinate representation of color #617ABE: hue angle of 223.87º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #617ABE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 122 190 -
CMYK 0.49 0.36 0 0.25
HSL 223.87º 0.42% 0.56% -
HSV(B) 223.87º 0.49% 0.75% -
XYZ 21.18 20.18 51.49 -
YUV 122.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 97 122 190 0.49 0.36 0 0.25 223.87 0.42 0.56
Hex 61 7A BE 31 24 0 19 E0 2A 38
Octal 141 172 276 61 44 0 31 340 52 70
Binary 1100001 1111010 10111110 110001 100100 0 11001 11100000 101010 111000

Color Harmonies of #617ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617ABE

Black with #617ABE

Text Example


Text Example

White with #617ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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