Html Css Color HEX #6F4160 Cosmic

📋 copy color: '#6F4160'

red 111 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #6F4160

Tints of Cosmic #6F4160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 40.81%
G = 23.9%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F4160 (or 0x6F4160) is known color: Cosmic. HEX triplet: 6F, 41 and 60. RGB value is (111,65,96). Sum of RGB (Red+Green+Blue) = 111+65+96=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4160 is #90BE9F. Grayscale: #525252. Windows color (decimal): -9485984 or 6308207. OLE color: 6308207.

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

Color convert

RGB 111 65 96 -
CMYK 0 0.41 0.14 0.56
HSL 319.57º 0.26% 0.35% -
HSV(B) 319.57º 0.41% 0.44% -
XYZ 10.56 8 12.05 -
YUV 82.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 111 65 96 0 0.41 0.14 0.56 319.57 0.26 0.35
Hex 6F 41 60 0 29 E 38 140 1A 23
Octal 157 101 140 0 51 16 70 500 32 43
Binary 1101111 1000001 1100000 0 101001 1110 111000 101000000 11010 100011

Color Harmonies of #6F4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4160

Black with #6F4160

Text Example


Text Example

White with #6F4160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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