Html Css Color HEX #6F4C5C Cosmic

📋 copy color: '#6F4C5C'

red 111 ◦ green 76 ◦ blue 92

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

Shades of Cosmic #6F4C5C

Tints of Cosmic #6F4C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 39.78%
G = 27.24%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F4C5C (or 0x6F4C5C) is known color: Cosmic. HEX triplet: 6F, 4C and 5C. RGB value is (111,76,92). Sum of RGB (Red+Green+Blue) = 111+76+92=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C5C is #90B3A3. Grayscale: #585858. Windows color (decimal): -9483172 or 6048879. OLE color: 6048879.

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

Color convert

RGB 111 76 92 -
CMYK 0 0.32 0.17 0.56
HSL 332.57º 0.19% 0.37% -
HSV(B) 332.57º 0.32% 0.44% -
XYZ 11.07 9.32 11.34 -
YUV 88.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 111 76 92 0 0.32 0.17 0.56 332.57 0.19 0.37
Hex 6F 4C 5C 0 20 11 38 14D 13 25
Octal 157 114 134 0 40 21 70 515 23 45
Binary 1101111 1001100 1011100 0 100000 10001 111000 101001101 10011 100101

Color Harmonies of #6F4C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C5C

Black with #6F4C5C

Text Example


Text Example

White with #6F4C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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