Html Css Color HEX #6F4A61 Cosmic

📋 copy color: '#6F4A61'

red 111 ◦ green 74 ◦ blue 97

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

Shades of Cosmic #6F4A61

Tints of Cosmic #6F4A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.24%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 39.36%
G = 26.24%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F4A61 (or 0x6F4A61) is known color: Cosmic. HEX triplet: 6F, 4A and 61. RGB value is (111,74,97). Sum of RGB (Red+Green+Blue) = 111+74+97=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4A61 is #90B59E. Grayscale: #575757. Windows color (decimal): -9483679 or 6376047. OLE color: 6376047.

HSL color Cylindrical-coordinate representation of color #6F4A61: hue angle of 322.7º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F4A61 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 74 97 -
CMYK 0 0.33 0.13 0.56
HSL 322.7º 0.2% 0.36% -
HSV(B) 322.7º 0.33% 0.44% -
XYZ 11.16 9.14 12.49 -
YUV 87.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 111 74 97 0 0.33 0.13 0.56 322.7 0.2 0.36
Hex 6F 4A 61 0 21 D 38 143 14 24
Octal 157 112 141 0 41 15 70 503 24 44
Binary 1101111 1001010 1100001 0 100001 1101 111000 101000011 10100 100100

Color Harmonies of #6F4A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4A61

Black with #6F4A61

Text Example


Text Example

White with #6F4A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,74,97); }

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

background-color css

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

 a { background-color: rgb(111,74,97); }

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

border-color css

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

 span { border-color: rgb(111,74,97); }

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