Html Css Color HEX #68529F Studio

📋 copy color: '#68529F'

red 104 ◦ green 82 ◦ blue 159

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

Shades of Studio #68529F

Tints of Studio #68529F

RGB

 RED value IS 104 (41.02% from 255) = 30.14%

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

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 30.14%
G = 23.77%
B = 46.09%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68529F (or 0x68529F) is known color: Studio. HEX triplet: 68, 52 and 9F. RGB value is (104,82,159). Sum of RGB (Red+Green+Blue) = 104+82+159=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #68529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68529F is #97AD60. Grayscale: #616161. Windows color (decimal): -9940321 or 10441320. OLE color: 10441320.

HSL color Cylindrical-coordinate representation of color #68529F: hue angle of 257.14º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68529F is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 82 159 -
CMYK 0.35 0.48 0 0.38
HSL 257.14º 0.32% 0.47% -
HSV(B) 257.14º 0.48% 0.62% -
XYZ 14.98 11.48 34.23 -
YUV 97.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 104 82 159 0.35 0.48 0 0.38 257.14 0.32 0.47
Hex 68 52 9F 23 30 0 26 101 20 2F
Octal 150 122 237 43 60 0 46 401 40 57
Binary 1101000 1010010 10011111 100011 110000 0 100110 100000001 100000 101111

Color Harmonies of #68529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68529F

Black with #68529F

Text Example


Text Example

White with #68529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68529F; }

 p { color: rgb(104,82,159); }

 H1.HeaderClassName
 {
   color: #68529F;
 }
 .AnyTagClassName
 {
   color: #68529F;
 }
</style>

background-color css

<style>
 a { background-color: #68529F; }

 a { background-color: rgb(104,82,159); }

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

border-color css

<style>
 span { border-color: #68529F; }

 span { border-color: rgb(104,82,159); }

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