Html Css Color HEX #6C4B60 Cosmic

📋 copy color: '#6C4B60'

red 108 ◦ green 75 ◦ blue 96

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

Shades of Cosmic #6C4B60

Tints of Cosmic #6C4B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.88%

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

R = 38.71%
G = 26.88%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6C4B60 (or 0x6C4B60) is known color: Cosmic. HEX triplet: 6C, 4B and 60. RGB value is (108,75,96). Sum of RGB (Red+Green+Blue) = 108+75+96=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4B60 is #93B49F. Grayscale: #575757. Windows color (decimal): -9680032 or 6310764. OLE color: 6310764.

HSL color Cylindrical-coordinate representation of color #6C4B60: hue angle of 321.82º degrees, saturation: 0.18, 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 #6C4B60 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 75 96 -
CMYK 0 0.31 0.11 0.58
HSL 321.82º 0.18% 0.36% -
HSV(B) 321.82º 0.31% 0.42% -
XYZ 10.81 9.06 12.25 -
YUV 87.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 108 75 96 0 0.31 0.11 0.58 321.82 0.18 0.36
Hex 6C 4B 60 0 1F B 3A 142 12 24
Octal 154 113 140 0 37 13 72 502 22 44
Binary 1101100 1001011 1100000 0 11111 1011 111010 101000010 10010 100100

Color Harmonies of #6C4B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4B60

Black with #6C4B60

Text Example


Text Example

White with #6C4B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,75,96); }

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

background-color css

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

 a { background-color: rgb(108,75,96); }

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

border-color css

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

 span { border-color: rgb(108,75,96); }

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