#617883

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

Shades of Blue Bayoux #617883

Tints of Blue Bayoux #617883

Color information

#617883 (or 0x617883) is unknown color: approx Blue Bayoux. HEX triplet: 61, 78 and 83. RGB value is (97,120,131). Sum of RGB (Red+Green+Blue) = 97+120+131=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #617883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617883 is #9E877C. Grayscale: #727272. Windows color (decimal): -10389373 or 8616033. OLE color: 8616033.

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

Color convert

RGB97120131-
CMYK0.260.0800.49
HSL199.41º14.91%44.71%-
HSV(B)199.41º25.95%51.37%-
XYZ15.7417.6124.04-
YUV114.38137.38115.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=27.87%
G=34.48%
B=37.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971201310.260.0800.49199.4114.9144.71
Hex6178831A8031c7f2d
Octal14117020332100613071755
Binary11000011111000100000111101010000110001110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617883; }

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

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

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

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

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

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

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

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