Html Css Color HEX #6B505F Cosmic

📋 copy color: '#6B505F'

red 107 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #6B505F

Tints of Cosmic #6B505F

RGB

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

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

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

R = 37.94%
G = 28.37%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B505F (or 0x6B505F) is known color: Cosmic. HEX triplet: 6B, 50 and 5F. RGB value is (107,80,95). Sum of RGB (Red+Green+Blue) = 107+80+95=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B505F is #94AFA0. Grayscale: #595959. Windows color (decimal): -9744289 or 6246507. OLE color: 6246507.

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

Color convert

RGB 107 80 95 -
CMYK 0 0.25 0.11 0.58
HSL 326.67º 0.14% 0.37% -
HSV(B) 326.67º 0.25% 0.42% -
XYZ 11 9.69 12.12 -
YUV 89.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 107 80 95 0 0.25 0.11 0.58 326.67 0.14 0.37
Hex 6B 50 5F 0 19 B 3A 147 E 25
Octal 153 120 137 0 31 13 72 507 16 45
Binary 1101011 1010000 1011111 0 11001 1011 111010 101000111 1110 100101

Color Harmonies of #6B505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B505F

Black with #6B505F

Text Example


Text Example

White with #6B505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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