Html Css Color HEX #695861 Cosmic

📋 copy color: '#695861'

red 105 ◦ green 88 ◦ blue 97

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

Shades of Cosmic #695861

Tints of Cosmic #695861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 36.21%
G = 30.34%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#695861 (or 0x695861) is known color: Cosmic. HEX triplet: 69, 58 and 61. RGB value is (105,88,97). Sum of RGB (Red+Green+Blue) = 105+88+97=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #695861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695861 is #96A79E. Grayscale: #5E5E5E. Windows color (decimal): -9873311 or 6379625. OLE color: 6379625.

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

Color convert

RGB 105 88 97 -
CMYK 0 0.16 0.08 0.59
HSL 328.24º 0.09% 0.38% -
HSV(B) 328.24º 0.16% 0.41% -
XYZ 11.47 10.85 12.8 -
YUV 94.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 105 88 97 0 0.16 0.08 0.59 328.24 0.09 0.38
Hex 69 58 61 0 10 8 3B 148 9 26
Octal 151 130 141 0 20 10 73 510 11 46
Binary 1101001 1011000 1100001 0 10000 1000 111011 101001000 1001 100110

Color Harmonies of #695861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695861

Black with #695861

Text Example


Text Example

White with #695861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695861; }

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

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

background-color css

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

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

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

border-color css

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

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

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