Html Css Color HEX #6F5063 Cosmic

📋 copy color: '#6F5063'

red 111 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #6F5063

Tints of Cosmic #6F5063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 38.28%
G = 27.59%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F5063 (or 0x6F5063) is known color: Cosmic. HEX triplet: 6F, 50 and 63. RGB value is (111,80,99). Sum of RGB (Red+Green+Blue) = 111+80+99=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5063 is #90AF9C. Grayscale: #5B5B5B. Windows color (decimal): -9482141 or 6508655. OLE color: 6508655.

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

Color convert

RGB 111 80 99 -
CMYK 0 0.28 0.11 0.56
HSL 323.23º 0.16% 0.37% -
HSV(B) 323.23º 0.28% 0.44% -
XYZ 11.68 10.02 13.12 -
YUV 91.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 111 80 99 0 0.28 0.11 0.56 323.23 0.16 0.37
Hex 6F 50 63 0 1C B 38 143 10 25
Octal 157 120 143 0 34 13 70 503 20 45
Binary 1101111 1010000 1100011 0 11100 1011 111000 101000011 10000 100101

Color Harmonies of #6F5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5063

Black with #6F5063

Text Example


Text Example

White with #6F5063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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