Html Css Color HEX #617FBA Havelock Blue

📋 copy color: '#617FBA'

red 97 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #617FBA

Tints of Havelock Blue #617FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 23.66%
G = 30.98%
B = 45.37%

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

#617FBA (or 0x617FBA) is known color: Havelock Blue. HEX triplet: 61, 7F and BA. RGB value is (97,127,186). Sum of RGB (Red+Green+Blue) = 97+127+186=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #617FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FBA is #9E8045. Grayscale: #7C7C7C. Windows color (decimal): -10387526 or 12222305. OLE color: 12222305.

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

Color convert

RGB 97 127 186 -
CMYK 0.48 0.32 0 0.27
HSL 219.78º 0.39% 0.55% -
HSV(B) 219.78º 0.48% 0.73% -
XYZ 21.38 21.27 49.43 -
YUV 124.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 97 127 186 0.48 0.32 0 0.27 219.78 0.39 0.55
Hex 61 7F BA 30 20 0 1B DC 27 37
Octal 141 177 272 60 40 0 33 334 47 67
Binary 1100001 1111111 10111010 110000 100000 0 11011 11011100 100111 110111

Color Harmonies of #617FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617FBA

Black with #617FBA

Text Example


Text Example

White with #617FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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