Html Css Color HEX #6F5661 Cosmic

📋 copy color: '#6F5661'

red 111 ◦ green 86 ◦ blue 97

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

Shades of Cosmic #6F5661

Tints of Cosmic #6F5661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

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

R = 37.76%
G = 29.25%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F5661 (or 0x6F5661) is known color: Cosmic. HEX triplet: 6F, 56 and 61. RGB value is (111,86,97). Sum of RGB (Red+Green+Blue) = 111+86+97=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5661 is #90A99E. Grayscale: #5E5E5E. Windows color (decimal): -9480607 or 6379119. OLE color: 6379119.

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

Color convert

RGB 111 86 97 -
CMYK 0 0.23 0.13 0.56
HSL 333.6º 0.13% 0.39% -
HSV(B) 333.6º 0.23% 0.44% -
XYZ 12.04 10.9 12.78 -
YUV 94.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 111 86 97 0 0.23 0.13 0.56 333.6 0.13 0.39
Hex 6F 56 61 0 17 D 38 14E D 27
Octal 157 126 141 0 27 15 70 516 15 47
Binary 1101111 1010110 1100001 0 10111 1101 111000 101001110 1101 100111

Color Harmonies of #6F5661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5661

Black with #6F5661

Text Example


Text Example

White with #6F5661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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