Html Css Color HEX #617AD8 Havelock Blue

📋 copy color: '#617AD8'

red 97 ◦ green 122 ◦ blue 216

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

Shades of Havelock Blue #617AD8

Tints of Havelock Blue #617AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.66%

R = 22.3%
G = 28.05%
B = 49.66%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#617AD8 (or 0x617AD8) is known color: Havelock Blue. HEX triplet: 61, 7A and D8. RGB value is (97,122,216). Sum of RGB (Red+Green+Blue) = 97+122+216=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #617AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617AD8 is #9E8527. Grayscale: #7C7C7C. Windows color (decimal): -10388776 or 14187105. OLE color: 14187105.

HSL color Cylindrical-coordinate representation of color #617AD8: hue angle of 227.39º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #617AD8 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 122 216 -
CMYK 0.55 0.44 0 0.15
HSL 227.4º 0.6% 0.61% -
HSV(B) 227.4º 0.55% 0.85% -
XYZ 24.28 21.42 67.82 -
YUV 125.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 97 122 216 0.55 0.44 0 0.15 227.4 0.6 0.61
Hex 61 7A D8 37 2C 0 F E3 3C 3D
Octal 141 172 330 67 54 0 17 343 74 75
Binary 1100001 1111010 11011000 110111 101100 0 1111 11100011 111100 111101

Color Harmonies of #617AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617AD8

Black with #617AD8

Text Example


Text Example

White with #617AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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