Html Css Color HEX #6F5060 Cosmic

📋 copy color: '#6F5060'

red 111 ◦ green 80 ◦ blue 96

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

Shades of Cosmic #6F5060

Tints of Cosmic #6F5060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 38.68%
G = 27.87%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F5060 (or 0x6F5060) is known color: Cosmic. HEX triplet: 6F, 50 and 60. RGB value is (111,80,96). Sum of RGB (Red+Green+Blue) = 111+80+96=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5060 is #90AF9F. Grayscale: #5B5B5B. Windows color (decimal): -9482144 or 6312047. OLE color: 6312047.

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

Color convert

RGB 111 80 96 -
CMYK 0 0.28 0.14 0.56
HSL 329.03º 0.16% 0.37% -
HSV(B) 329.03º 0.28% 0.44% -
XYZ 11.54 9.96 12.38 -
YUV 91.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 111 80 96 0 0.28 0.14 0.56 329.03 0.16 0.37
Hex 6F 50 60 0 1C E 38 149 10 25
Octal 157 120 140 0 34 16 70 511 20 45
Binary 1101111 1010000 1100000 0 11100 1110 111000 101001001 10000 100101

Color Harmonies of #6F5060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5060

Black with #6F5060

Text Example


Text Example

White with #6F5060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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