Html Css Color HEX #6F4D64 Cosmic

📋 copy color: '#6F4D64'

red 111 ◦ green 77 ◦ blue 100

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

Shades of Cosmic #6F4D64

Tints of Cosmic #6F4D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.74%

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 38.54%
G = 26.74%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F4D64 (or 0x6F4D64) is known color: Cosmic. HEX triplet: 6F, 4D and 64. RGB value is (111,77,100). Sum of RGB (Red+Green+Blue) = 111+77+100=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D64 is #90B29B. Grayscale: #595959. Windows color (decimal): -9482908 or 6573423. OLE color: 6573423.

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

Color convert

RGB 111 77 100 -
CMYK 0 0.31 0.10 0.56
HSL 319.41º 0.18% 0.37% -
HSV(B) 319.41º 0.31% 0.44% -
XYZ 11.51 9.61 13.3 -
YUV 89.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 111 77 100 0 0.31 0.10 0.56 319.41 0.18 0.37
Hex 6F 4D 64 0 1F A 38 13F 12 25
Octal 157 115 144 0 37 12 70 477 22 45
Binary 1101111 1001101 1100100 0 11111 1010 111000 100111111 10010 100101

Color Harmonies of #6F4D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D64

Black with #6F4D64

Text Example


Text Example

White with #6F4D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,77,100); }

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

background-color css

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

 a { background-color: rgb(111,77,100); }

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

border-color css

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

 span { border-color: rgb(111,77,100); }

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