Html Css Color HEX #6C5099 Studio

📋 copy color: '#6C5099'

red 108 ◦ green 80 ◦ blue 153

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

Shades of Studio #6C5099

Tints of Studio #6C5099

RGB

 RED value IS 108 (42.58% from 255) = 31.67%

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

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 31.67%
G = 23.46%
B = 44.87%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C5099 (or 0x6C5099) is known color: Studio. HEX triplet: 6C, 50 and 99. RGB value is (108,80,153). Sum of RGB (Red+Green+Blue) = 108+80+153=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C5099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5099 is #93AF66. Grayscale: #606060. Windows color (decimal): -9678695 or 10047596. OLE color: 10047596.

HSL color Cylindrical-coordinate representation of color #6C5099: hue angle of 263.01º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C5099 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 80 153 -
CMYK 0.29 0.48 0 0.4
HSL 263.01º 0.31% 0.46% -
HSV(B) 263.01º 0.48% 0.6% -
XYZ 14.8 11.23 31.52 -
YUV 96.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 108 80 153 0.29 0.48 0 0.4 263.01 0.31 0.46
Hex 6C 50 99 1D 30 0 28 107 1F 2E
Octal 154 120 231 35 60 0 50 407 37 56
Binary 1101100 1010000 10011001 11101 110000 0 101000 100000111 11111 101110

Color Harmonies of #6C5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5099

Black with #6C5099

Text Example


Text Example

White with #6C5099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,153); }

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

background-color css

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

 a { background-color: rgb(108,80,153); }

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

border-color css

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

 span { border-color: rgb(108,80,153); }

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