Html Css Color HEX #6A5360 Cosmic

📋 copy color: '#6A5360'

red 106 ◦ green 83 ◦ blue 96

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

Shades of Cosmic #6A5360

Tints of Cosmic #6A5360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 37.19%
G = 29.12%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6A5360 (or 0x6A5360) is known color: Cosmic. HEX triplet: 6A, 53 and 60. RGB value is (106,83,96). Sum of RGB (Red+Green+Blue) = 106+83+96=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5360 is #95AC9F. Grayscale: #5B5B5B. Windows color (decimal): -9809056 or 6312810. OLE color: 6312810.

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

Color convert

RGB 106 83 96 -
CMYK 0 0.22 0.09 0.58
HSL 326.09º 0.12% 0.37% -
HSV(B) 326.09º 0.22% 0.42% -
XYZ 11.15 10.1 12.43 -
YUV 91.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 106 83 96 0 0.22 0.09 0.58 326.09 0.12 0.37
Hex 6A 53 60 0 16 9 3A 146 C 25
Octal 152 123 140 0 26 11 72 506 14 45
Binary 1101010 1010011 1100000 0 10110 1001 111010 101000110 1100 100101

Color Harmonies of #6A5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5360

Black with #6A5360

Text Example


Text Example

White with #6A5360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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