Html Css Color HEX #617BD8 Havelock Blue

📋 copy color: '#617BD8'

red 97 ◦ green 123 ◦ blue 216

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

Shades of Havelock Blue #617BD8

Tints of Havelock Blue #617BD8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.21%

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

R = 22.25%
G = 28.21%
B = 49.54%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#617BD8 (or 0x617BD8) is known color: Havelock Blue. HEX triplet: 61, 7B and D8. RGB value is (97,123,216). Sum of RGB (Red+Green+Blue) = 97+123+216=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #617BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BD8 is #9E8427. Grayscale: #7D7D7D. Windows color (decimal): -10388520 or 14187361. OLE color: 14187361.

HSL color Cylindrical-coordinate representation of color #617BD8: hue angle of 226.89º 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 #617BD8 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 123 216 -
CMYK 0.55 0.43 0 0.15
HSL 226.89º 0.6% 0.61% -
HSV(B) 226.89º 0.55% 0.85% -
XYZ 24.41 21.67 67.86 -
YUV 125.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 97 123 216 0.55 0.43 0 0.15 226.89 0.6 0.61
Hex 61 7B D8 37 2B 0 F E3 3C 3D
Octal 141 173 330 67 53 0 17 343 74 75
Binary 1100001 1111011 11011000 110111 101011 0 1111 11100011 111100 111101

Color Harmonies of #617BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BD8

Black with #617BD8

Text Example


Text Example

White with #617BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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