Html Css Color HEX #6F4161 Cosmic

📋 copy color: '#6F4161'

red 111 ◦ green 65 ◦ blue 97

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

Shades of Cosmic #6F4161

Tints of Cosmic #6F4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

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

R = 40.66%
G = 23.81%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F4161 (or 0x6F4161) is known color: Cosmic. HEX triplet: 6F, 41 and 61. RGB value is (111,65,97). Sum of RGB (Red+Green+Blue) = 111+65+97=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4161 is #90BE9E. Grayscale: #525252. Windows color (decimal): -9485983 or 6373743. OLE color: 6373743.

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

Color convert

RGB 111 65 97 -
CMYK 0 0.41 0.13 0.56
HSL 318.26º 0.26% 0.35% -
HSV(B) 318.26º 0.41% 0.44% -
XYZ 10.6 8.02 12.3 -
YUV 82.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 111 65 97 0 0.41 0.13 0.56 318.26 0.26 0.35
Hex 6F 41 61 0 29 D 38 13E 1A 23
Octal 157 101 141 0 51 15 70 476 32 43
Binary 1101111 1000001 1100001 0 101001 1101 111000 100111110 11010 100011

Color Harmonies of #6F4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4161

Black with #6F4161

Text Example


Text Example

White with #6F4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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