Html Css Color HEX #6C5062 Cosmic

📋 copy color: '#6C5062'

red 108 ◦ green 80 ◦ blue 98

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

Shades of Cosmic #6C5062

Tints of Cosmic #6C5062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

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

R = 37.76%
G = 27.97%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6C5062 (or 0x6C5062) is known color: Cosmic. HEX triplet: 6C, 50 and 62. RGB value is (108,80,98). Sum of RGB (Red+Green+Blue) = 108+80+98=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5062 is #93AF9D. Grayscale: #5A5A5A. Windows color (decimal): -9678750 or 6443116. OLE color: 6443116.

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

Color convert

RGB 108 80 98 -
CMYK 0 0.26 0.09 0.58
HSL 321.43º 0.15% 0.37% -
HSV(B) 321.43º 0.26% 0.42% -
XYZ 11.26 9.81 12.85 -
YUV 90.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 108 80 98 0 0.26 0.09 0.58 321.43 0.15 0.37
Hex 6C 50 62 0 1A 9 3A 141 F 25
Octal 154 120 142 0 32 11 72 501 17 45
Binary 1101100 1010000 1100010 0 11010 1001 111010 101000001 1111 100101

Color Harmonies of #6C5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5062

Black with #6C5062

Text Example


Text Example

White with #6C5062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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