Html Css Color HEX #6F485D Cosmic

📋 copy color: '#6F485D'

red 111 ◦ green 72 ◦ blue 93

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

Shades of Cosmic #6F485D

Tints of Cosmic #6F485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 40.22%
G = 26.09%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F485D (or 0x6F485D) is known color: Cosmic. HEX triplet: 6F, 48 and 5D. RGB value is (111,72,93). Sum of RGB (Red+Green+Blue) = 111+72+93=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F485D is #90B7A2. Grayscale: #565656. Windows color (decimal): -9484195 or 6113391. OLE color: 6113391.

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

Color convert

RGB 111 72 93 -
CMYK 0 0.35 0.16 0.56
HSL 327.69º 0.21% 0.36% -
HSV(B) 327.69º 0.35% 0.44% -
XYZ 10.85 8.8 11.48 -
YUV 86.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 111 72 93 0 0.35 0.16 0.56 327.69 0.21 0.36
Hex 6F 48 5D 0 23 10 38 148 15 24
Octal 157 110 135 0 43 20 70 510 25 44
Binary 1101111 1001000 1011101 0 100011 10000 111000 101001000 10101 100100

Color Harmonies of #6F485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F485D

Black with #6F485D

Text Example


Text Example

White with #6F485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,93); }

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

background-color css

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

 a { background-color: rgb(111,72,93); }

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

border-color css

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

 span { border-color: rgb(111,72,93); }

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