#695760

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

Shades of Cosmic #695760

Tints of Cosmic #695760

Color information

#695760 (or 0x695760) is unknown color: approx Cosmic. HEX triplet: 69, 57 and 60. RGB value is (105,87,96). Sum of RGB (Red+Green+Blue) = 105+87+96=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #695760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695760 is #96A89F. Grayscale: #5D5D5D. Windows color (decimal): -9873568 or 6313833. OLE color: 6313833.

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

Color convert

RGB1058796-
CMYK00.170.090.59
HSL330º9.37%37.65%-
HSV(B)330º17.14%41.18%-
XYZ11.3510.6612.53-
YUV93.41129.46136.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=36.46%
G=30.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105879600.170.090.593309.3737.65
Hex69576001193B14a926
Octal15112714002111735121146
Binary11010011010111110000001000110011110111010010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695760; }

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

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

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

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

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

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

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

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