Html Css Color HEX #6D559C Studio

📋 copy color: '#6D559C'

red 109 ◦ green 85 ◦ blue 156

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

Shades of Studio #6D559C

Tints of Studio #6D559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 31.14%
G = 24.29%
B = 44.57%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D559C (or 0x6D559C) is known color: Studio. HEX triplet: 6D, 55 and 9C. RGB value is (109,85,156). Sum of RGB (Red+Green+Blue) = 109+85+156=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D559C is #92AA63. Grayscale: #646464. Windows color (decimal): -9611876 or 10245485. OLE color: 10245485.

HSL color Cylindrical-coordinate representation of color #6D559C: hue angle of 260.28º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D559C is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 85 156 -
CMYK 0.30 0.46 0 0.39
HSL 260.28º 0.29% 0.47% -
HSV(B) 260.28º 0.46% 0.61% -
XYZ 15.56 12.15 32.98 -
YUV 100.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 109 85 156 0.30 0.46 0 0.39 260.28 0.29 0.47
Hex 6D 55 9C 1E 2E 0 27 104 1D 2F
Octal 155 125 234 36 56 0 47 404 35 57
Binary 1101101 1010101 10011100 11110 101110 0 100111 100000100 11101 101111

Color Harmonies of #6D559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D559C

Black with #6D559C

Text Example


Text Example

White with #6D559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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