Html Css Color HEX #68519F Studio

📋 copy color: '#68519F'

red 104 ◦ green 81 ◦ blue 159

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

Shades of Studio #68519F

Tints of Studio #68519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

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

R = 30.23%
G = 23.55%
B = 46.22%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68519F (or 0x68519F) is known color: Studio. HEX triplet: 68, 51 and 9F. RGB value is (104,81,159). Sum of RGB (Red+Green+Blue) = 104+81+159=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #68519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68519F is #97AE60. Grayscale: #606060. Windows color (decimal): -9940577 or 10441064. OLE color: 10441064.

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

Color convert

RGB 104 81 159 -
CMYK 0.35 0.49 0 0.38
HSL 257.69º 0.33% 0.47% -
HSV(B) 257.69º 0.49% 0.62% -
XYZ 14.91 11.33 34.2 -
YUV 96.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 104 81 159 0.35 0.49 0 0.38 257.69 0.33 0.47
Hex 68 51 9F 23 31 0 26 102 20 2F
Octal 150 121 237 43 61 0 46 402 40 57
Binary 1101000 1010001 10011111 100011 110001 0 100110 100000010 100000 101111

Color Harmonies of #68519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68519F

Black with #68519F

Text Example


Text Example

White with #68519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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