Html Css Color HEX #6B555D Cosmic

📋 copy color: '#6B555D'

red 107 ◦ green 85 ◦ blue 93

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

Shades of Cosmic #6B555D

Tints of Cosmic #6B555D

RGB

 RED value IS 107 (42.19% from 255) = 37.54%

 GREEN value IS 85 (33.59% from 255) = 29.82%

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

R = 37.54%
G = 29.82%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B555D (or 0x6B555D) is known color: Cosmic. HEX triplet: 6B, 55 and 5D. RGB value is (107,85,93). Sum of RGB (Red+Green+Blue) = 107+85+93=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B555D is #94AAA2. Grayscale: #5C5C5C. Windows color (decimal): -9743011 or 6116715. OLE color: 6116715.

HSL color Cylindrical-coordinate representation of color #6B555D: hue angle of 338.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B555D is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 85 93 -
CMYK 0 0.21 0.13 0.58
HSL 338.18º 0.11% 0.38% -
HSV(B) 338.18º 0.21% 0.42% -
XYZ 11.29 10.41 11.77 -
YUV 92.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 107 85 93 0 0.21 0.13 0.58 338.18 0.11 0.38
Hex 6B 55 5D 0 15 D 3A 152 B 26
Octal 153 125 135 0 25 15 72 522 13 46
Binary 1101011 1010101 1011101 0 10101 1101 111010 101010010 1011 100110

Color Harmonies of #6B555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B555D

Black with #6B555D

Text Example


Text Example

White with #6B555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,85,93); }

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

background-color css

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

 a { background-color: rgb(107,85,93); }

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

border-color css

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

 span { border-color: rgb(107,85,93); }

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