Html Css Color HEX #6C4562 Cosmic

📋 copy color: '#6C4562'

red 108 ◦ green 69 ◦ blue 98

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

Shades of Cosmic #6C4562

Tints of Cosmic #6C4562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 39.27%
G = 25.09%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6C4562 (or 0x6C4562) is known color: Cosmic. HEX triplet: 6C, 45 and 62. RGB value is (108,69,98). Sum of RGB (Red+Green+Blue) = 108+69+98=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4562 is #93BA9D. Grayscale: #535353. Windows color (decimal): -9681566 or 6440300. OLE color: 6440300.

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

Color convert

RGB 108 69 98 -
CMYK 0 0.36 0.09 0.58
HSL 315.38º 0.22% 0.35% -
HSV(B) 315.38º 0.36% 0.42% -
XYZ 10.52 8.33 12.61 -
YUV 83.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 108 69 98 0 0.36 0.09 0.58 315.38 0.22 0.35
Hex 6C 45 62 0 24 9 3A 13B 16 23
Octal 154 105 142 0 44 11 72 473 26 43
Binary 1101100 1000101 1100010 0 100100 1001 111010 100111011 10110 100011

Color Harmonies of #6C4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4562

Black with #6C4562

Text Example


Text Example

White with #6C4562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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