#695460

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

Shades of Cosmic #695460

Tints of Cosmic #695460

Color information

#695460 (or 0x695460) is unknown color: approx Cosmic. HEX triplet: 69, 54 and 60. RGB value is (105,84,96). Sum of RGB (Red+Green+Blue) = 105+84+96=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #695460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695460 is #96AB9F. Grayscale: #5B5B5B. Windows color (decimal): -9874336 or 6313065. OLE color: 6313065.

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

Color convert

RGB1058496-
CMYK00.200.090.59
HSL325.71º11.11%37.06%-
HSV(B)325.71º20%41.18%-
XYZ11.1110.1912.45-
YUV91.65130.46137.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=36.84%
G=29.47%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105849600.200.090.59325.7111.1137.06
Hex69546001493B146b25
Octal15112414002411735061345
Binary11010011010100110000001010010011110111010001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695460; }

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

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

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

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

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

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

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

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