Html Css Color HEX #6C525F Cosmic

📋 copy color: '#6C525F'

red 108 ◦ green 82 ◦ blue 95

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

Shades of Cosmic #6C525F

Tints of Cosmic #6C525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 37.89%
G = 28.77%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C525F (or 0x6C525F) is known color: Cosmic. HEX triplet: 6C, 52 and 5F. RGB value is (108,82,95). Sum of RGB (Red+Green+Blue) = 108+82+95=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 108 - color contains mainly: red. Hex color #6C525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C525F is #93ADA0. Grayscale: #5B5B5B. Windows color (decimal): -9678241 or 6247020. OLE color: 6247020.

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

Color convert

RGB 108 82 95 -
CMYK 0 0.24 0.12 0.58
HSL 330º 0.14% 0.37% -
HSV(B) 330º 0.24% 0.42% -
XYZ 11.27 10.05 12.17 -
YUV 91.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 108 82 95 0 0.24 0.12 0.58 330 0.14 0.37
Hex 6C 52 5F 0 18 C 3A 14A E 25
Octal 154 122 137 0 30 14 72 512 16 45
Binary 1101100 1010010 1011111 0 11000 1100 111010 101001010 1110 100101

Color Harmonies of #6C525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C525F

Black with #6C525F

Text Example


Text Example

White with #6C525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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