Html Css Color HEX #695661 Cosmic

📋 copy color: '#695661'

red 105 ◦ green 86 ◦ blue 97

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

Shades of Cosmic #695661

Tints of Cosmic #695661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 36.46%
G = 29.86%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#695661 (or 0x695661) is known color: Cosmic. HEX triplet: 69, 56 and 61. RGB value is (105,86,97). Sum of RGB (Red+Green+Blue) = 105+86+97=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #695661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695661 is #96A99E. Grayscale: #5C5C5C. Windows color (decimal): -9873823 or 6379113. OLE color: 6379113.

HSL color Cylindrical-coordinate representation of color #695661: hue angle of 325.26º 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 #695661 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 86 97 -
CMYK 0 0.18 0.08 0.59
HSL 325.26º 0.1% 0.37% -
HSV(B) 325.26º 0.18% 0.41% -
XYZ 11.31 10.52 12.74 -
YUV 92.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 105 86 97 0 0.18 0.08 0.59 325.26 0.1 0.37
Hex 69 56 61 0 12 8 3B 145 A 25
Octal 151 126 141 0 22 10 73 505 12 45
Binary 1101001 1010110 1100001 0 10010 1000 111011 101000101 1010 100101

Color Harmonies of #695661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695661

Black with #695661

Text Example


Text Example

White with #695661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695661; }

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

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

background-color css

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

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

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

border-color css

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

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

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