Html Css Color HEX #617AD5 Havelock Blue

📋 copy color: '#617AD5'

red 97 ◦ green 122 ◦ blue 213

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

Shades of Havelock Blue #617AD5

Tints of Havelock Blue #617AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.31%

R = 22.45%
G = 28.24%
B = 49.31%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#617AD5 (or 0x617AD5) is known color: Havelock Blue. HEX triplet: 61, 7A and D5. RGB value is (97,122,213). Sum of RGB (Red+Green+Blue) = 97+122+213=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #617AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617AD5 is #9E852A. Grayscale: #7C7C7C. Windows color (decimal): -10388779 or 13990497. OLE color: 13990497.

HSL color Cylindrical-coordinate representation of color #617AD5: hue angle of 227.07º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #617AD5 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 122 213 -
CMYK 0.54 0.43 0 0.16
HSL 227.07º 0.58% 0.61% -
HSV(B) 227.07º 0.54% 0.84% -
XYZ 23.9 21.26 65.8 -
YUV 124.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 97 122 213 0.54 0.43 0 0.16 227.07 0.58 0.61
Hex 61 7A D5 36 2B 0 10 E3 3A 3D
Octal 141 172 325 66 53 0 20 343 72 75
Binary 1100001 1111010 11010101 110110 101011 0 10000 11100011 111010 111101

Color Harmonies of #617AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617AD5

Black with #617AD5

Text Example


Text Example

White with #617AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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