Html Css Color HEX #695560 Cosmic

📋 copy color: '#695560'

red 105 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #695560

Tints of Cosmic #695560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 36.71%
G = 29.72%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#695560 (or 0x695560) is known color: Cosmic. HEX triplet: 69, 55 and 60. RGB value is (105,85,96). Sum of RGB (Red+Green+Blue) = 105+85+96=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695560 is #96AA9F. Grayscale: #5C5C5C. Windows color (decimal): -9874080 or 6313321. OLE color: 6313321.

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

Color convert

RGB 105 85 96 -
CMYK 0 0.19 0.09 0.59
HSL 327º 0.11% 0.37% -
HSV(B) 327º 0.19% 0.41% -
XYZ 11.19 10.34 12.47 -
YUV 92.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 105 85 96 0 0.19 0.09 0.59 327 0.11 0.37
Hex 69 55 60 0 13 9 3B 147 B 25
Octal 151 125 140 0 23 11 73 507 13 45
Binary 1101001 1010101 1100000 0 10011 1001 111011 101000111 1011 100101

Color Harmonies of #695560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695560

Black with #695560

Text Example


Text Example

White with #695560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695560; }

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

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

background-color css

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

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

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

border-color css

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

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

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