#694D60

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

Shades of Cosmic #694D60

Tints of Cosmic #694D60

Color information

#694D60 (or 0x694D60) is unknown color: approx Cosmic. HEX triplet: 69, 4D and 60. RGB value is (105,77,96). Sum of RGB (Red+Green+Blue) = 105+77+96=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #694D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D60 is #96B29F. Grayscale: #575757. Windows color (decimal): -9876128 or 6311273. OLE color: 6311273.

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

Color convert

RGB1057796-
CMYK00.270.090.59
HSL319.29º15.38%35.69%-
HSV(B)319.29º26.67%41.18%-
XYZ10.599.1612.28-
YUV87.54132.78140.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=37.77%
G=27.70%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105779600.270.090.59319.2915.3835.69
Hex694D6001B93B13ff24
Octal15111514003311734771744
Binary11010011001101110000001101110011110111001111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694D60; }

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

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

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

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

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

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

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

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