Html Css Color HEX #6F5361 Cosmic

📋 copy color: '#6F5361'

red 111 ◦ green 83 ◦ blue 97

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

Shades of Cosmic #6F5361

Tints of Cosmic #6F5361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.52%

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

R = 38.14%
G = 28.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F5361 (or 0x6F5361) is known color: Cosmic. HEX triplet: 6F, 53 and 61. RGB value is (111,83,97). Sum of RGB (Red+Green+Blue) = 111+83+97=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5361 is #90AC9E. Grayscale: #5C5C5C. Windows color (decimal): -9481375 or 6378351. OLE color: 6378351.

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

Color convert

RGB 111 83 97 -
CMYK 0 0.25 0.13 0.56
HSL 330º 0.14% 0.38% -
HSV(B) 330º 0.25% 0.44% -
XYZ 11.81 10.43 12.7 -
YUV 92.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 111 83 97 0 0.25 0.13 0.56 330 0.14 0.38
Hex 6F 53 61 0 19 D 38 14A E 26
Octal 157 123 141 0 31 15 70 512 16 46
Binary 1101111 1010011 1100001 0 11001 1101 111000 101001010 1110 100110

Color Harmonies of #6F5361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5361

Black with #6F5361

Text Example


Text Example

White with #6F5361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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