#617779

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

Shades of Blue Bayoux #617779

Tints of Blue Bayoux #617779

Color information

#617779 (or 0x617779) is unknown color: approx Blue Bayoux. HEX triplet: 61, 77 and 79. RGB value is (97,119,121). Sum of RGB (Red+Green+Blue) = 97+119+121=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 121 - color contains mainly: blue. Hex color #617779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617779 is #9E8886. Grayscale: #707070. Windows color (decimal): -10389639 or 7960417. OLE color: 7960417.

HSL color Cylindrical-coordinate representation of color #617779: hue angle of 185º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #617779 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97119121-
CMYK0.200.0200.53
HSL185º11.01%42.75%-
HSV(B)185º19.83%47.45%-
XYZ14.9817.1220.6-
YUV112.65132.71116.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=28.78%
G=35.31%
B=35.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971191210.200.0200.5318511.0142.75
Hex617779142035b9b2b
Octal1411671712420652711353
Binary11000011110111111100110100100110101101110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617779; }

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

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

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

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

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

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

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

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