Html Css Color HEX #6F5163 Cosmic

📋 copy color: '#6F5163'

red 111 ◦ green 81 ◦ blue 99

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

Shades of Cosmic #6F5163

Tints of Cosmic #6F5163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 38.14%
G = 27.84%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F5163 (or 0x6F5163) is known color: Cosmic. HEX triplet: 6F, 51 and 63. RGB value is (111,81,99). Sum of RGB (Red+Green+Blue) = 111+81+99=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5163 is #90AE9C. Grayscale: #5B5B5B. Windows color (decimal): -9481885 or 6508911. OLE color: 6508911.

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

Color convert

RGB 111 81 99 -
CMYK 0 0.27 0.11 0.56
HSL 324º 0.16% 0.38% -
HSV(B) 324º 0.27% 0.44% -
XYZ 11.75 10.17 13.15 -
YUV 92.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 111 81 99 0 0.27 0.11 0.56 324 0.16 0.38
Hex 6F 51 63 0 1B B 38 144 10 26
Octal 157 121 143 0 33 13 70 504 20 46
Binary 1101111 1010001 1100011 0 11011 1011 111000 101000100 10000 100110

Color Harmonies of #6F5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5163

Black with #6F5163

Text Example


Text Example

White with #6F5163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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