Html Css Color HEX #6F5660 Cosmic

📋 copy color: '#6F5660'

red 111 ◦ green 86 ◦ blue 96

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

Shades of Cosmic #6F5660

Tints of Cosmic #6F5660

RGB

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

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

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

R = 37.88%
G = 29.35%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F5660 (or 0x6F5660) is known color: Cosmic. HEX triplet: 6F, 56 and 60. RGB value is (111,86,96). Sum of RGB (Red+Green+Blue) = 111+86+96=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5660 is #90A99F. Grayscale: #5E5E5E. Windows color (decimal): -9480608 or 6313583. OLE color: 6313583.

HSL color Cylindrical-coordinate representation of color #6F5660: hue angle of 336º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F5660 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 86 96 -
CMYK 0 0.23 0.14 0.56
HSL 336º 0.13% 0.39% -
HSV(B) 336º 0.23% 0.44% -
XYZ 11.99 10.88 12.53 -
YUV 94.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 111 86 96 0 0.23 0.14 0.56 336 0.13 0.39
Hex 6F 56 60 0 17 E 38 150 D 27
Octal 157 126 140 0 27 16 70 520 15 47
Binary 1101111 1010110 1100000 0 10111 1110 111000 101010000 1101 100111

Color Harmonies of #6F5660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5660

Black with #6F5660

Text Example


Text Example

White with #6F5660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,86,96); }

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

background-color css

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

 a { background-color: rgb(111,86,96); }

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

border-color css

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

 span { border-color: rgb(111,86,96); }

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