Html Css Color HEX #617FBF Havelock Blue

📋 copy color: '#617FBF'

red 97 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #617FBF

Tints of Havelock Blue #617FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

 BLUE value IS 191 (75% from 255) = 46.02%

R = 23.37%
G = 30.6%
B = 46.02%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#617FBF (or 0x617FBF) is known color: Havelock Blue. HEX triplet: 61, 7F and BF. RGB value is (97,127,191). Sum of RGB (Red+Green+Blue) = 97+127+191=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #617FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FBF is #9E8040. Grayscale: #7D7D7D. Windows color (decimal): -10387521 or 12549985. OLE color: 12549985.

HSL color Cylindrical-coordinate representation of color #617FBF: hue angle of 220.85º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #617FBF is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 127 191 -
CMYK 0.49 0.34 0 0.25
HSL 220.85º 0.42% 0.56% -
HSV(B) 220.85º 0.49% 0.75% -
XYZ 21.92 21.48 52.28 -
YUV 125.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 97 127 191 0.49 0.34 0 0.25 220.85 0.42 0.56
Hex 61 7F BF 31 22 0 19 DD 2A 38
Octal 141 177 277 61 42 0 31 335 52 70
Binary 1100001 1111111 10111111 110001 100010 0 11001 11011101 101010 111000

Color Harmonies of #617FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617FBF

Black with #617FBF

Text Example


Text Example

White with #617FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,127,191); }

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

background-color css

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

 a { background-color: rgb(97,127,191); }

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

border-color css

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

 span { border-color: rgb(97,127,191); }

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