Html Css Color HEX #6D559D Studio

📋 copy color: '#6D559D'

red 109 ◦ green 85 ◦ blue 157

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

Shades of Studio #6D559D

Tints of Studio #6D559D

RGB

 RED value IS 109 (42.97% from 255) = 31.05%

 GREEN value IS 85 (33.59% from 255) = 24.22%

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 31.05%
G = 24.22%
B = 44.73%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D559D (or 0x6D559D) is known color: Studio. HEX triplet: 6D, 55 and 9D. RGB value is (109,85,157). Sum of RGB (Red+Green+Blue) = 109+85+157=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D559D is #92AA62. Grayscale: #646464. Windows color (decimal): -9611875 or 10311021. OLE color: 10311021.

HSL color Cylindrical-coordinate representation of color #6D559D: hue angle of 260º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D559D is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 85 157 -
CMYK 0.31 0.46 0 0.38
HSL 260º 0.3% 0.47% -
HSV(B) 260º 0.46% 0.62% -
XYZ 15.64 12.18 33.43 -
YUV 100.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 109 85 157 0.31 0.46 0 0.38 260 0.3 0.47
Hex 6D 55 9D 1F 2E 0 26 104 1E 2F
Octal 155 125 235 37 56 0 46 404 36 57
Binary 1101101 1010101 10011101 11111 101110 0 100110 100000100 11110 101111

Color Harmonies of #6D559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D559D

Black with #6D559D

Text Example


Text Example

White with #6D559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,157); }

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

background-color css

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

 a { background-color: rgb(109,85,157); }

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

border-color css

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

 span { border-color: rgb(109,85,157); }

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