Html Css Color HEX #617FBB Havelock Blue

📋 copy color: '#617FBB'

red 97 ◦ green 127 ◦ blue 187

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

Shades of Havelock Blue #617FBB

Tints of Havelock Blue #617FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 23.6%
G = 30.9%
B = 45.5%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#617FBB (or 0x617FBB) is known color: Havelock Blue. HEX triplet: 61, 7F and BB. RGB value is (97,127,187). Sum of RGB (Red+Green+Blue) = 97+127+187=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #617FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FBB is #9E8044. Grayscale: #7C7C7C. Windows color (decimal): -10387525 or 12287841. OLE color: 12287841.

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

Color convert

RGB 97 127 187 -
CMYK 0.48 0.32 0 0.27
HSL 220º 0.4% 0.56% -
HSV(B) 220º 0.48% 0.73% -
XYZ 21.49 21.31 49.99 -
YUV 124.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 97 127 187 0.48 0.32 0 0.27 220 0.4 0.56
Hex 61 7F BB 30 20 0 1B DC 28 38
Octal 141 177 273 60 40 0 33 334 50 70
Binary 1100001 1111111 10111011 110000 100000 0 11011 11011100 101000 111000

Color Harmonies of #617FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617FBB

Black with #617FBB

Text Example


Text Example

White with #617FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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