#695260

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

Shades of Cosmic #695260

Tints of Cosmic #695260

Color information

#695260 (or 0x695260) is unknown color: approx Cosmic. HEX triplet: 69, 52 and 60. RGB value is (105,82,96). Sum of RGB (Red+Green+Blue) = 105+82+96=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #695260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695260 is #96AD9F. Grayscale: #5A5A5A. Windows color (decimal): -9874848 or 6312553. OLE color: 6312553.

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

Color convert

RGB1058296-
CMYK00.220.090.59
HSL323.48º12.3%36.67%-
HSV(B)323.48º21.9%41.18%-
XYZ10.959.8812.4-
YUV90.47131.12138.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=37.10%
G=28.98%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105829600.220.090.59323.4812.336.67
Hex69526001693B143c25
Octal15112214002611735031445
Binary11010011010010110000001011010011110111010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695260; }

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

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

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

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

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

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

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

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