Html Css Color HEX #6C4A5F Cosmic

📋 copy color: '#6C4A5F'

red 108 ◦ green 74 ◦ blue 95

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

Shades of Cosmic #6C4A5F

Tints of Cosmic #6C4A5F

RGB

 RED value IS 108 (42.58% from 255) = 38.99%

 GREEN value IS 74 (29.3% from 255) = 26.71%

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

R = 38.99%
G = 26.71%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C4A5F (or 0x6C4A5F) is known color: Cosmic. HEX triplet: 6C, 4A and 5F. RGB value is (108,74,95). Sum of RGB (Red+Green+Blue) = 108+74+95=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4A5F is #93B5A0. Grayscale: #565656. Windows color (decimal): -9680289 or 6244972. OLE color: 6244972.

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

Color convert

RGB 108 74 95 -
CMYK 0 0.31 0.12 0.58
HSL 322.94º 0.19% 0.36% -
HSV(B) 322.94º 0.31% 0.42% -
XYZ 10.7 8.91 11.98 -
YUV 86.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 108 74 95 0 0.31 0.12 0.58 322.94 0.19 0.36
Hex 6C 4A 5F 0 1F C 3A 143 13 24
Octal 154 112 137 0 37 14 72 503 23 44
Binary 1101100 1001010 1011111 0 11111 1100 111010 101000011 10011 100100

Color Harmonies of #6C4A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4A5F

Black with #6C4A5F

Text Example


Text Example

White with #6C4A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,74,95); }

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

background-color css

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

 a { background-color: rgb(108,74,95); }

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

border-color css

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

 span { border-color: rgb(108,74,95); }

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