Html Css Color HEX #695862 Cosmic

📋 copy color: '#695862'

red 105 ◦ green 88 ◦ blue 98

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

Shades of Cosmic #695862

Tints of Cosmic #695862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 36.08%
G = 30.24%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#695862 (or 0x695862) is known color: Cosmic. HEX triplet: 69, 58 and 62. RGB value is (105,88,98). Sum of RGB (Red+Green+Blue) = 105+88+98=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #695862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695862 is #96A79D. Grayscale: #5E5E5E. Windows color (decimal): -9873310 or 6445161. OLE color: 6445161.

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

Color convert

RGB 105 88 98 -
CMYK 0 0.16 0.07 0.59
HSL 324.71º 0.09% 0.38% -
HSV(B) 324.71º 0.16% 0.41% -
XYZ 11.52 10.86 13.05 -
YUV 94.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 105 88 98 0 0.16 0.07 0.59 324.71 0.09 0.38
Hex 69 58 62 0 10 7 3B 145 9 26
Octal 151 130 142 0 20 7 73 505 11 46
Binary 1101001 1011000 1100010 0 10000 111 111011 101000101 1001 100110

Color Harmonies of #695862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695862

Black with #695862

Text Example


Text Example

White with #695862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695862; }

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

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

background-color css

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

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

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

border-color css

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

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

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