Html Css Color HEX #6F4C5D Cosmic

📋 copy color: '#6F4C5D'

red 111 ◦ green 76 ◦ blue 93

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

Shades of Cosmic #6F4C5D

Tints of Cosmic #6F4C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 39.64%
G = 27.14%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F4C5D (or 0x6F4C5D) is known color: Cosmic. HEX triplet: 6F, 4C and 5D. RGB value is (111,76,93). Sum of RGB (Red+Green+Blue) = 111+76+93=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C5D is #90B3A2. Grayscale: #585858. Windows color (decimal): -9483171 or 6114415. OLE color: 6114415.

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

Color convert

RGB 111 76 93 -
CMYK 0 0.32 0.16 0.56
HSL 330.86º 0.19% 0.37% -
HSV(B) 330.86º 0.32% 0.44% -
XYZ 11.12 9.34 11.57 -
YUV 88.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 111 76 93 0 0.32 0.16 0.56 330.86 0.19 0.37
Hex 6F 4C 5D 0 20 10 38 14B 13 25
Octal 157 114 135 0 40 20 70 513 23 45
Binary 1101111 1001100 1011101 0 100000 10000 111000 101001011 10011 100101

Color Harmonies of #6F4C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C5D

Black with #6F4C5D

Text Example


Text Example

White with #6F4C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,76,93); }

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

background-color css

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

 a { background-color: rgb(111,76,93); }

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

border-color css

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

 span { border-color: rgb(111,76,93); }

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