Html Css Color HEX #6F5263 Cosmic

📋 copy color: '#6F5263'

red 111 ◦ green 82 ◦ blue 99

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

Shades of Cosmic #6F5263

Tints of Cosmic #6F5263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 38.01%
G = 28.08%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F5263 (or 0x6F5263) is known color: Cosmic. HEX triplet: 6F, 52 and 63. RGB value is (111,82,99). Sum of RGB (Red+Green+Blue) = 111+82+99=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5263 is #90AD9C. Grayscale: #5C5C5C. Windows color (decimal): -9481629 or 6509167. OLE color: 6509167.

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

Color convert

RGB 111 82 99 -
CMYK 0 0.26 0.11 0.56
HSL 324.83º 0.15% 0.38% -
HSV(B) 324.83º 0.26% 0.44% -
XYZ 11.82 10.31 13.17 -
YUV 92.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 111 82 99 0 0.26 0.11 0.56 324.83 0.15 0.38
Hex 6F 52 63 0 1A B 38 145 F 26
Octal 157 122 143 0 32 13 70 505 17 46
Binary 1101111 1010010 1100011 0 11010 1011 111000 101000101 1111 100110

Color Harmonies of #6F5263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5263

Black with #6F5263

Text Example


Text Example

White with #6F5263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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