Html Css Color HEX #6B535C Cosmic

📋 copy color: '#6B535C'

red 107 ◦ green 83 ◦ blue 92

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

Shades of Cosmic #6B535C

Tints of Cosmic #6B535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 37.94%
G = 29.43%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B535C (or 0x6B535C) is known color: Cosmic. HEX triplet: 6B, 53 and 5C. RGB value is (107,83,92). Sum of RGB (Red+Green+Blue) = 107+83+92=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B535C is #94ACA3. Grayscale: #5B5B5B. Windows color (decimal): -9743524 or 6050667. OLE color: 6050667.

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

Color convert

RGB 107 83 92 -
CMYK 0 0.22 0.14 0.58
HSL 337.5º 0.13% 0.37% -
HSV(B) 337.5º 0.22% 0.42% -
XYZ 11.09 10.09 11.49 -
YUV 91.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 107 83 92 0 0.22 0.14 0.58 337.5 0.13 0.37
Hex 6B 53 5C 0 16 E 3A 152 D 25
Octal 153 123 134 0 26 16 72 522 15 45
Binary 1101011 1010011 1011100 0 10110 1110 111010 101010010 1101 100101

Color Harmonies of #6B535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B535C

Black with #6B535C

Text Example


Text Example

White with #6B535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,92); }

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

background-color css

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

 a { background-color: rgb(107,83,92); }

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

border-color css

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

 span { border-color: rgb(107,83,92); }

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