Html Css Color HEX #6A5060 Cosmic

📋 copy color: '#6A5060'

red 106 ◦ green 80 ◦ blue 96

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

Shades of Cosmic #6A5060

Tints of Cosmic #6A5060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

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

R = 37.59%
G = 28.37%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6A5060 (or 0x6A5060) is known color: Cosmic. HEX triplet: 6A, 50 and 60. RGB value is (106,80,96). Sum of RGB (Red+Green+Blue) = 106+80+96=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5060 is #95AF9F. Grayscale: #595959. Windows color (decimal): -9809824 or 6312042. OLE color: 6312042.

HSL color Cylindrical-coordinate representation of color #6A5060: hue angle of 323.08º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5060 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 80 96 -
CMYK 0 0.25 0.09 0.58
HSL 323.08º 0.14% 0.36% -
HSV(B) 323.08º 0.25% 0.42% -
XYZ 10.92 9.65 12.35 -
YUV 89.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 106 80 96 0 0.25 0.09 0.58 323.08 0.14 0.36
Hex 6A 50 60 0 19 9 3A 143 E 24
Octal 152 120 140 0 31 11 72 503 16 44
Binary 1101010 1010000 1100000 0 11001 1001 111010 101000011 1110 100100

Color Harmonies of #6A5060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5060

Black with #6A5060

Text Example


Text Example

White with #6A5060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,96); }

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

background-color css

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

 a { background-color: rgb(106,80,96); }

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

border-color css

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

 span { border-color: rgb(106,80,96); }

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