#617AA8

Color #617AA8 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #617AA8

Tints of San Marino #617AA8

Color information

#617AA8 (or 0x617AA8) is unknown color: approx San Marino. HEX triplet: 61, 7A and A8. RGB value is (97,122,168). Sum of RGB (Red+Green+Blue) = 97+122+168=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 168 - color contains mainly: blue. Hex color #617AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617AA8 is #9E8557. Grayscale: #777777. Windows color (decimal): -10388824 or 11041377. OLE color: 11041377.

HSL color Cylindrical-coordinate representation of color #617AA8: hue angle of 218.87º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #617AA8 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB97122168-
CMYK0.420.2700.34
HSL218.87º28.98%51.96%-
HSV(B)218.87º42.26%65.88%-
XYZ18.9619.2939.77-
YUV119.77155.22111.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 168 (66.02% from 255) = 43.41%
R=25.06%
G=31.52%
B=43.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971221680.420.2700.34218.8728.9851.96
Hex617AA82A1B022db1d34
Octal14117225052330423333564
Binary11000011111010101010001010101101101000101101101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,122,168); }

 H1.HeaderClassName
 {
   color: #617AA8;
 }
 .AnyTagClassName
 {
   color: #617AA8;
 }
</style>
background-color css

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

 a { background-color: rgb(97,122,168); }

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

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

 span { border-color: rgb(97,122,168); }

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