Html Css Color HEX #6A555F Cosmic

📋 copy color: '#6A555F'

red 106 ◦ green 85 ◦ blue 95

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

Shades of Cosmic #6A555F

Tints of Cosmic #6A555F

RGB

 RED value IS 106 (41.8% from 255) = 37.06%

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

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 37.06%
G = 29.72%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6A555F (or 0x6A555F) is known color: Cosmic. HEX triplet: 6A, 55 and 5F. RGB value is (106,85,95). Sum of RGB (Red+Green+Blue) = 106+85+95=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 106 - color contains mainly: red. Hex color #6A555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A555F is #95AAA0. Grayscale: #5C5C5C. Windows color (decimal): -9808545 or 6247786. OLE color: 6247786.

HSL color Cylindrical-coordinate representation of color #6A555F: hue angle of 331.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A555F is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 85 95 -
CMYK 0 0.20 0.10 0.58
HSL 331.43º 0.11% 0.37% -
HSV(B) 331.43º 0.2% 0.42% -
XYZ 11.26 10.39 12.24 -
YUV 92.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 106 85 95 0 0.20 0.10 0.58 331.43 0.11 0.37
Hex 6A 55 5F 0 14 A 3A 14B B 25
Octal 152 125 137 0 24 12 72 513 13 45
Binary 1101010 1010101 1011111 0 10100 1010 111010 101001011 1011 100101

Color Harmonies of #6A555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A555F

Black with #6A555F

Text Example


Text Example

White with #6A555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,85,95); }

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

background-color css

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

 a { background-color: rgb(106,85,95); }

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

border-color css

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

 span { border-color: rgb(106,85,95); }

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