Html Css Color HEX #6F5260 Cosmic

📋 copy color: '#6F5260'

red 111 ◦ green 82 ◦ blue 96

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

Shades of Cosmic #6F5260

Tints of Cosmic #6F5260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

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

R = 38.41%
G = 28.37%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F5260 (or 0x6F5260) is known color: Cosmic. HEX triplet: 6F, 52 and 60. RGB value is (111,82,96). Sum of RGB (Red+Green+Blue) = 111+82+96=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5260 is #90AD9F. Grayscale: #5C5C5C. Windows color (decimal): -9481632 or 6312559. OLE color: 6312559.

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

Color convert

RGB 111 82 96 -
CMYK 0 0.26 0.14 0.56
HSL 331.03º 0.15% 0.38% -
HSV(B) 331.03º 0.26% 0.44% -
XYZ 11.68 10.26 12.43 -
YUV 92.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 111 82 96 0 0.26 0.14 0.56 331.03 0.15 0.38
Hex 6F 52 60 0 1A E 38 14B F 26
Octal 157 122 140 0 32 16 70 513 17 46
Binary 1101111 1010010 1100000 0 11010 1110 111000 101001011 1111 100110

Color Harmonies of #6F5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5260

Black with #6F5260

Text Example


Text Example

White with #6F5260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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