#617982

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

Shades of Blue Bayoux #617982

Tints of Blue Bayoux #617982

Color information

#617982 (or 0x617982) is unknown color: approx Blue Bayoux. HEX triplet: 61, 79 and 82. RGB value is (97,121,130). Sum of RGB (Red+Green+Blue) = 97+121+130=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #617982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617982 is #9E867D. Grayscale: #727272. Windows color (decimal): -10389118 or 8550753. OLE color: 8550753.

HSL color Cylindrical-coordinate representation of color #617982: hue angle of 196.36º 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 #617982 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97121130-
CMYK0.250.0700.49
HSL196.36º14.54%44.51%-
HSV(B)196.36º25.38%50.98%-
XYZ15.817.8323.73-
YUV114.85136.55115.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=27.87%
G=34.77%
B=37.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971211300.250.0700.49196.3614.5444.51
Hex617982197031c4f2d
Octal1411712023170613041755
Binary1100001111100110000010110011110110001110001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617982; }

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

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

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

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

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

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

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

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