Html Css Color HEX #6B5061 Cosmic

📋 copy color: '#6B5061'

red 107 ◦ green 80 ◦ blue 97

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

Shades of Cosmic #6B5061

Tints of Cosmic #6B5061

RGB

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

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

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

R = 37.68%
G = 28.17%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B5061 (or 0x6B5061) is known color: Cosmic. HEX triplet: 6B, 50 and 61. RGB value is (107,80,97). Sum of RGB (Red+Green+Blue) = 107+80+97=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5061 is #94AF9E. Grayscale: #595959. Windows color (decimal): -9744287 or 6377579. OLE color: 6377579.

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

Color convert

RGB 107 80 97 -
CMYK 0 0.25 0.09 0.58
HSL 322.22º 0.14% 0.37% -
HSV(B) 322.22º 0.25% 0.42% -
XYZ 11.09 9.73 12.6 -
YUV 90.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 107 80 97 0 0.25 0.09 0.58 322.22 0.14 0.37
Hex 6B 50 61 0 19 9 3A 142 E 25
Octal 153 120 141 0 31 11 72 502 16 45
Binary 1101011 1010000 1100001 0 11001 1001 111010 101000010 1110 100101

Color Harmonies of #6B5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5061

Black with #6B5061

Text Example


Text Example

White with #6B5061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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