Html Css Color HEX #695660 Cosmic

📋 copy color: '#695660'

red 105 ◦ green 86 ◦ blue 96

#695660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #695660

Tints of Cosmic #695660

RGB

 RED value IS 105 (41.41% from 255) = 36.59%

 GREEN value IS 86 (33.98% from 255) = 29.97%

 BLUE value IS 96 (37.89% from 255) = 33.45%

R = 36.59%
G = 29.97%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#695660 (or 0x695660) is known color: Cosmic. HEX triplet: 69, 56 and 60. RGB value is (105,86,96). Sum of RGB (Red+Green+Blue) = 105+86+96=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #695660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695660 is #96A99F. Grayscale: #5C5C5C. Windows color (decimal): -9873824 or 6313577. OLE color: 6313577.

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

Color convert

RGB 105 86 96 -
CMYK 0 0.18 0.09 0.59
HSL 328.42º 0.1% 0.37% -
HSV(B) 328.42º 0.18% 0.41% -
XYZ 11.26 10.5 12.5 -
YUV 92.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 105 86 96 0 0.18 0.09 0.59 328.42 0.1 0.37
Hex 69 56 60 0 12 9 3B 148 A 25
Octal 151 126 140 0 22 11 73 510 12 45
Binary 1101001 1010110 1100000 0 10010 1001 111011 101001000 1010 100101

Color Harmonies of #695660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695660

Black with #695660

Text Example


Text Example

White with #695660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695660; }

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

 H1.HeaderClassName
 {
   color: #695660;
 }
 .AnyTagClassName
 {
   color: #695660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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