Html Css Color HEX #6D5096 Studio

📋 copy color: '#6D5096'

red 109 ◦ green 80 ◦ blue 150

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

Shades of Studio #6D5096

Tints of Studio #6D5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 32.15%
G = 23.6%
B = 44.25%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6D5096 (or 0x6D5096) is known color: Studio. HEX triplet: 6D, 50 and 96. RGB value is (109,80,150). Sum of RGB (Red+Green+Blue) = 109+80+150=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D5096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5096 is #92AF69. Grayscale: #606060. Windows color (decimal): -9613162 or 9850989. OLE color: 9850989.

HSL color Cylindrical-coordinate representation of color #6D5096: hue angle of 264.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D5096 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 80 150 -
CMYK 0.27 0.47 0 0.41
HSL 264.86º 0.3% 0.45% -
HSV(B) 264.86º 0.47% 0.59% -
XYZ 14.68 11.19 30.24 -
YUV 96.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 109 80 150 0.27 0.47 0 0.41 264.86 0.3 0.45
Hex 6D 50 96 1B 2F 0 29 109 1E 2D
Octal 155 120 226 33 57 0 51 411 36 55
Binary 1101101 1010000 10010110 11011 101111 0 101001 100001001 11110 101101

Color Harmonies of #6D5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5096

Black with #6D5096

Text Example


Text Example

White with #6D5096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,80,150); }

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

background-color css

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

 a { background-color: rgb(109,80,150); }

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

border-color css

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

 span { border-color: rgb(109,80,150); }

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