Html Css Color HEX #6B515F Cosmic

📋 copy color: '#6B515F'

red 107 ◦ green 81 ◦ blue 95

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

Shades of Cosmic #6B515F

Tints of Cosmic #6B515F

RGB

 RED value IS 107 (42.19% from 255) = 37.81%

 GREEN value IS 81 (32.03% from 255) = 28.62%

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

R = 37.81%
G = 28.62%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B515F (or 0x6B515F) is known color: Cosmic. HEX triplet: 6B, 51 and 5F. RGB value is (107,81,95). Sum of RGB (Red+Green+Blue) = 107+81+95=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B515F is #94AEA0. Grayscale: #5A5A5A. Windows color (decimal): -9744033 or 6246763. OLE color: 6246763.

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

Color convert

RGB 107 81 95 -
CMYK 0 0.24 0.11 0.58
HSL 327.69º 0.14% 0.37% -
HSV(B) 327.69º 0.24% 0.42% -
XYZ 11.07 9.84 12.14 -
YUV 90.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 107 81 95 0 0.24 0.11 0.58 327.69 0.14 0.37
Hex 6B 51 5F 0 18 B 3A 148 E 25
Octal 153 121 137 0 30 13 72 510 16 45
Binary 1101011 1010001 1011111 0 11000 1011 111010 101001000 1110 100101

Color Harmonies of #6B515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B515F

Black with #6B515F

Text Example


Text Example

White with #6B515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,81,95); }

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

background-color css

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

 a { background-color: rgb(107,81,95); }

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

border-color css

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

 span { border-color: rgb(107,81,95); }

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