Html Css Color HEX #6F5966 Cosmic

📋 copy color: '#6F5966'

red 111 ◦ green 89 ◦ blue 102

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

Shades of Cosmic #6F5966

Tints of Cosmic #6F5966

RGB

 RED value IS 111 (43.75% from 255) = 36.75%

 GREEN value IS 89 (35.16% from 255) = 29.47%

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 36.75%
G = 29.47%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F5966 (or 0x6F5966) is known color: Cosmic. HEX triplet: 6F, 59 and 66. RGB value is (111,89,102). Sum of RGB (Red+Green+Blue) = 111+89+102=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5966 is #90A699. Grayscale: #616161. Windows color (decimal): -9479834 or 6707567. OLE color: 6707567.

HSL color Cylindrical-coordinate representation of color #6F5966: hue angle of 324.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5966 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 102 -
CMYK 0 0.20 0.08 0.56
HSL 324.55º 0.11% 0.39% -
HSV(B) 324.55º 0.2% 0.44% -
XYZ 12.53 11.48 14.13 -
YUV 97.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 111 89 102 0 0.20 0.08 0.56 324.55 0.11 0.39
Hex 6F 59 66 0 14 8 38 145 B 27
Octal 157 131 146 0 24 10 70 505 13 47
Binary 1101111 1011001 1100110 0 10100 1000 111000 101000101 1011 100111

Color Harmonies of #6F5966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5966

Black with #6F5966

Text Example


Text Example

White with #6F5966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F5966; }

 p { color: rgb(111,89,102); }

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

background-color css

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

 a { background-color: rgb(111,89,102); }

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

border-color css

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

 span { border-color: rgb(111,89,102); }

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