Html Css Color HEX #6C4862 Cosmic

📋 copy color: '#6C4862'

red 108 ◦ green 72 ◦ blue 98

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

Shades of Cosmic #6C4862

Tints of Cosmic #6C4862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 38.85%
G = 25.9%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6C4862 (or 0x6C4862) is known color: Cosmic. HEX triplet: 6C, 48 and 62. RGB value is (108,72,98). Sum of RGB (Red+Green+Blue) = 108+72+98=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4862 is #93B79D. Grayscale: #555555. Windows color (decimal): -9680798 or 6441068. OLE color: 6441068.

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

Color convert

RGB 108 72 98 -
CMYK 0 0.33 0.09 0.58
HSL 316.67º 0.2% 0.35% -
HSV(B) 316.67º 0.33% 0.42% -
XYZ 10.71 8.7 12.67 -
YUV 85.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 108 72 98 0 0.33 0.09 0.58 316.67 0.2 0.35
Hex 6C 48 62 0 21 9 3A 13D 14 23
Octal 154 110 142 0 41 11 72 475 24 43
Binary 1101100 1001000 1100010 0 100001 1001 111010 100111101 10100 100011

Color Harmonies of #6C4862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4862

Black with #6C4862

Text Example


Text Example

White with #6C4862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,72,98); }

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

background-color css

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

 a { background-color: rgb(108,72,98); }

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

border-color css

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

 span { border-color: rgb(108,72,98); }

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