Html Css Color HEX #617FBC Havelock Blue

📋 copy color: '#617FBC'

red 97 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #617FBC

Tints of Havelock Blue #617FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 23.54%
G = 30.83%
B = 45.63%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#617FBC (or 0x617FBC) is known color: Havelock Blue. HEX triplet: 61, 7F and BC. RGB value is (97,127,188). Sum of RGB (Red+Green+Blue) = 97+127+188=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #617FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FBC is #9E8043. Grayscale: #7C7C7C. Windows color (decimal): -10387524 or 12353377. OLE color: 12353377.

HSL color Cylindrical-coordinate representation of color #617FBC: hue angle of 220.22º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #617FBC is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 127 188 -
CMYK 0.48 0.32 0 0.26
HSL 220.22º 0.4% 0.56% -
HSV(B) 220.22º 0.48% 0.74% -
XYZ 21.6 21.35 50.56 -
YUV 124.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 97 127 188 0.48 0.32 0 0.26 220.22 0.4 0.56
Hex 61 7F BC 30 20 0 1A DC 28 38
Octal 141 177 274 60 40 0 32 334 50 70
Binary 1100001 1111111 10111100 110000 100000 0 11010 11011100 101000 111000

Color Harmonies of #617FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617FBC

Black with #617FBC

Text Example


Text Example

White with #617FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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