Html Css Color HEX #617CB8 Havelock Blue

📋 copy color: '#617CB8'

red 97 ◦ green 124 ◦ blue 184

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

Shades of Havelock Blue #617CB8

Tints of Havelock Blue #617CB8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.62%

 BLUE value IS 184 (72.27% from 255) = 45.43%

R = 23.95%
G = 30.62%
B = 45.43%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#617CB8 (or 0x617CB8) is known color: Havelock Blue. HEX triplet: 61, 7C and B8. RGB value is (97,124,184). Sum of RGB (Red+Green+Blue) = 97+124+184=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #617CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CB8 is #9E8347. Grayscale: #7A7A7A. Windows color (decimal): -10388296 or 12090465. OLE color: 12090465.

HSL color Cylindrical-coordinate representation of color #617CB8: hue angle of 221.38º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #617CB8 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 124 184 -
CMYK 0.47 0.33 0 0.28
HSL 221.38º 0.38% 0.55% -
HSV(B) 221.38º 0.47% 0.72% -
XYZ 20.79 20.42 48.19 -
YUV 122.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 97 124 184 0.47 0.33 0 0.28 221.38 0.38 0.55
Hex 61 7C B8 2F 21 0 1C DD 26 37
Octal 141 174 270 57 41 0 34 335 46 67
Binary 1100001 1111100 10111000 101111 100001 0 11100 11011101 100110 110111

Color Harmonies of #617CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CB8

Black with #617CB8

Text Example


Text Example

White with #617CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,124,184); }

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

background-color css

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

 a { background-color: rgb(97,124,184); }

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

border-color css

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

 span { border-color: rgb(97,124,184); }

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