Html Css Color HEX #6B5560 Cosmic

📋 copy color: '#6B5560'

red 107 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #6B5560

Tints of Cosmic #6B5560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 37.15%
G = 29.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B5560 (or 0x6B5560) is known color: Cosmic. HEX triplet: 6B, 55 and 60. RGB value is (107,85,96). Sum of RGB (Red+Green+Blue) = 107+85+96=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5560 is #94AA9F. Grayscale: #5C5C5C. Windows color (decimal): -9743008 or 6313323. OLE color: 6313323.

HSL color Cylindrical-coordinate representation of color #6B5560: hue angle of 330º 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 #6B5560 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 85 96 -
CMYK 0 0.21 0.10 0.58
HSL 330º 0.11% 0.38% -
HSV(B) 330º 0.21% 0.42% -
XYZ 11.42 10.47 12.48 -
YUV 92.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 107 85 96 0 0.21 0.10 0.58 330 0.11 0.38
Hex 6B 55 60 0 15 A 3A 14A B 26
Octal 153 125 140 0 25 12 72 512 13 46
Binary 1101011 1010101 1100000 0 10101 1010 111010 101001010 1011 100110

Color Harmonies of #6B5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5560

Black with #6B5560

Text Example


Text Example

White with #6B5560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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