Html Css Color HEX #6F4C5B Cosmic

📋 copy color: '#6F4C5B'

red 111 ◦ green 76 ◦ blue 91

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

Shades of Cosmic #6F4C5B

Tints of Cosmic #6F4C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 39.93%
G = 27.34%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F4C5B (or 0x6F4C5B) is known color: Cosmic. HEX triplet: 6F, 4C and 5B. RGB value is (111,76,91). Sum of RGB (Red+Green+Blue) = 111+76+91=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C5B is #90B3A4. Grayscale: #585858. Windows color (decimal): -9483173 or 5983343. OLE color: 5983343.

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

Color convert

RGB 111 76 91 -
CMYK 0 0.32 0.18 0.56
HSL 334.29º 0.19% 0.37% -
HSV(B) 334.29º 0.32% 0.44% -
XYZ 11.03 9.3 11.11 -
YUV 88.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 111 76 91 0 0.32 0.18 0.56 334.29 0.19 0.37
Hex 6F 4C 5B 0 20 12 38 14E 13 25
Octal 157 114 133 0 40 22 70 516 23 45
Binary 1101111 1001100 1011011 0 100000 10010 111000 101001110 10011 100101

Color Harmonies of #6F4C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C5B

Black with #6F4C5B

Text Example


Text Example

White with #6F4C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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