Html Css Color HEX #6F5261 Cosmic

📋 copy color: '#6F5261'

red 111 ◦ green 82 ◦ blue 97

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

Shades of Cosmic #6F5261

Tints of Cosmic #6F5261

RGB

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

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

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

R = 38.28%
G = 28.28%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F5261 (or 0x6F5261) is known color: Cosmic. HEX triplet: 6F, 52 and 61. RGB value is (111,82,97). Sum of RGB (Red+Green+Blue) = 111+82+97=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5261 is #90AD9E. Grayscale: #5C5C5C. Windows color (decimal): -9481631 or 6378095. OLE color: 6378095.

HSL color Cylindrical-coordinate representation of color #6F5261: hue angle of 328.97º 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 #6F5261 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 82 97 -
CMYK 0 0.26 0.13 0.56
HSL 328.97º 0.15% 0.38% -
HSV(B) 328.97º 0.26% 0.44% -
XYZ 11.73 10.28 12.67 -
YUV 92.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 111 82 97 0 0.26 0.13 0.56 328.97 0.15 0.38
Hex 6F 52 61 0 1A D 38 149 F 26
Octal 157 122 141 0 32 15 70 511 17 46
Binary 1101111 1010010 1100001 0 11010 1101 111000 101001001 1111 100110

Color Harmonies of #6F5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5261

Black with #6F5261

Text Example


Text Example

White with #6F5261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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