#695861

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

Shades of Cosmic #695861

Tints of Cosmic #695861

Color information

#695861 (or 0x695861) is unknown color: approx Cosmic. HEX triplet: 69, 58 and 61. RGB value is (105,88,97). Sum of RGB (Red+Green+Blue) = 105+88+97=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #695861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695861 is #96A79E. Grayscale: #5E5E5E. Windows color (decimal): -9873311 or 6379625. OLE color: 6379625.

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

Color convert

RGB1058897-
CMYK00.160.080.59
HSL328.24º8.81%37.84%-
HSV(B)328.24º16.19%41.18%-
XYZ11.4710.8512.8-
YUV94.11129.63135.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=36.21%
G=30.34%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105889700.160.080.59328.248.8137.84
Hex69586101083B148926
Octal15113014102010735101146
Binary11010011011000110000101000010001110111010010001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695861; }

 p { color: rgb(105,88,97); }

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

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

 a { background-color: rgb(105,88,97); }

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

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

 span { border-color: rgb(105,88,97); }

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