Html Css Color HEX #6D5298 Studio

📋 copy color: '#6D5298'

red 109 ◦ green 82 ◦ blue 152

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

Shades of Studio #6D5298

Tints of Studio #6D5298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 152 (59.77% from 255) = 44.31%

R = 31.78%
G = 23.91%
B = 44.31%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D5298 (or 0x6D5298) is known color: Studio. HEX triplet: 6D, 52 and 98. RGB value is (109,82,152). Sum of RGB (Red+Green+Blue) = 109+82+152=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D5298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5298 is #92AD67. Grayscale: #616161. Windows color (decimal): -9612648 or 9982573. OLE color: 9982573.

HSL color Cylindrical-coordinate representation of color #6D5298: hue angle of 263.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D5298 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 82 152 -
CMYK 0.28 0.46 0 0.40
HSL 263.14º 0.3% 0.46% -
HSV(B) 263.14º 0.46% 0.6% -
XYZ 14.99 11.55 31.15 -
YUV 98.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 109 82 152 0.28 0.46 0 0.40 263.14 0.3 0.46
Hex 6D 52 98 1C 2E 0 28 107 1E 2E
Octal 155 122 230 34 56 0 50 407 36 56
Binary 1101101 1010010 10011000 11100 101110 0 101000 100000111 11110 101110

Color Harmonies of #6D5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5298

Black with #6D5298

Text Example


Text Example

White with #6D5298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,152); }

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

background-color css

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

 a { background-color: rgb(109,82,152); }

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

border-color css

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

 span { border-color: rgb(109,82,152); }

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