#617882

Color #617882 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #617882

Tints of Blue Bayoux #617882

Color information

#617882 (or 0x617882) is unknown color: approx Blue Bayoux. HEX triplet: 61, 78 and 82. RGB value is (97,120,130). Sum of RGB (Red+Green+Blue) = 97+120+130=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #617882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617882 is #9E877D. Grayscale: #727272. Windows color (decimal): -10389374 or 8550497. OLE color: 8550497.

HSL color Cylindrical-coordinate representation of color #617882: hue angle of 198.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617882 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97120130-
CMYK0.250.0800.49
HSL198.18º14.54%44.51%-
HSV(B)198.18º25.38%50.98%-
XYZ15.6817.5923.69-
YUV114.26136.88115.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=27.95%
G=34.58%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971201300.250.0800.49198.1814.5444.51
Hex617882198031c6f2d
Octal14117020231100613061755
Binary11000011111000100000101100110000110001110001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617882; }

 p { color: rgb(97,120,130); }

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

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

 a { background-color: rgb(97,120,130); }

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

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

 span { border-color: rgb(97,120,130); }

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