Html Css Color HEX #617CB1 Havelock Blue

📋 copy color: '#617CB1'

red 97 ◦ green 124 ◦ blue 177

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

Shades of Havelock Blue #617CB1

Tints of Havelock Blue #617CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.47%

R = 24.37%
G = 31.16%
B = 44.47%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#617CB1 (or 0x617CB1) is known color: Havelock Blue. HEX triplet: 61, 7C and B1. RGB value is (97,124,177). Sum of RGB (Red+Green+Blue) = 97+124+177=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #617CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CB1 is #9E834E. Grayscale: #797979. Windows color (decimal): -10388303 or 11631713. OLE color: 11631713.

HSL color Cylindrical-coordinate representation of color #617CB1: hue angle of 219.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #617CB1 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 124 177 -
CMYK 0.45 0.30 0 0.31
HSL 219.75º 0.34% 0.54% -
HSV(B) 219.75º 0.45% 0.69% -
XYZ 20.07 20.13 44.42 -
YUV 121.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 97 124 177 0.45 0.30 0 0.31 219.75 0.34 0.54
Hex 61 7C B1 2D 1E 0 1F DC 22 36
Octal 141 174 261 55 36 0 37 334 42 66
Binary 1100001 1111100 10110001 101101 11110 0 11111 11011100 100010 110110

Color Harmonies of #617CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CB1

Black with #617CB1

Text Example


Text Example

White with #617CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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