Html Css Color HEX #6B4D61 Cosmic

📋 copy color: '#6B4D61'

red 107 ◦ green 77 ◦ blue 97

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

Shades of Cosmic #6B4D61

Tints of Cosmic #6B4D61

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 38.08%
G = 27.4%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B4D61 (or 0x6B4D61) is known color: Cosmic. HEX triplet: 6B, 4D and 61. RGB value is (107,77,97). Sum of RGB (Red+Green+Blue) = 107+77+97=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D61 is #94B29E. Grayscale: #585858. Windows color (decimal): -9745055 or 6376811. OLE color: 6376811.

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

Color convert

RGB 107 77 97 -
CMYK 0 0.28 0.09 0.58
HSL 320º 0.16% 0.36% -
HSV(B) 320º 0.28% 0.42% -
XYZ 10.87 9.3 12.53 -
YUV 88.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 107 77 97 0 0.28 0.09 0.58 320 0.16 0.36
Hex 6B 4D 61 0 1C 9 3A 140 10 24
Octal 153 115 141 0 34 11 72 500 20 44
Binary 1101011 1001101 1100001 0 11100 1001 111010 101000000 10000 100100

Color Harmonies of #6B4D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4D61

Black with #6B4D61

Text Example


Text Example

White with #6B4D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,97); }

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

background-color css

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

 a { background-color: rgb(107,77,97); }

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

border-color css

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

 span { border-color: rgb(107,77,97); }

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