#695560

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

Shades of Cosmic #695560

Tints of Cosmic #695560

Color information

#695560 (or 0x695560) is unknown color: approx Cosmic. HEX triplet: 69, 55 and 60. RGB value is (105,85,96). Sum of RGB (Red+Green+Blue) = 105+85+96=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695560 is #96AA9F. Grayscale: #5C5C5C. Windows color (decimal): -9874080 or 6313321. OLE color: 6313321.

HSL color Cylindrical-coordinate representation of color #695560: hue angle of 327º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695560 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1058596-
CMYK00.190.090.59
HSL327º10.53%37.25%-
HSV(B)327º19.05%41.18%-
XYZ11.1910.3412.47-
YUV92.23130.13137.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=36.71%
G=29.72%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105859600.190.090.5932710.5337.25
Hex69556001393B147b25
Octal15112514002311735071345
Binary11010011010101110000001001110011110111010001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695560; }

 p { color: rgb(105,85,96); }

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

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

 a { background-color: rgb(105,85,96); }

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

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

 span { border-color: rgb(105,85,96); }

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