Html Css Color HEX #6E519F Studio

📋 copy color: '#6E519F'

red 110 ◦ green 81 ◦ blue 159

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

Shades of Studio #6E519F

Tints of Studio #6E519F

RGB

 RED value IS 110 (43.36% from 255) = 31.43%

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

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

R = 31.43%
G = 23.14%
B = 45.43%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E519F (or 0x6E519F) is known color: Studio. HEX triplet: 6E, 51 and 9F. RGB value is (110,81,159). Sum of RGB (Red+Green+Blue) = 110+81+159=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E519F is #91AE60. Grayscale: #626262. Windows color (decimal): -9547361 or 10441070. OLE color: 10441070.

HSL color Cylindrical-coordinate representation of color #6E519F: hue angle of 262.31º 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 #6E519F is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 81 159 -
CMYK 0.31 0.49 0 0.38
HSL 262.31º 0.33% 0.47% -
HSV(B) 262.31º 0.49% 0.62% -
XYZ 15.63 11.7 34.24 -
YUV 98.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 110 81 159 0.31 0.49 0 0.38 262.31 0.33 0.47
Hex 6E 51 9F 1F 31 0 26 106 20 2F
Octal 156 121 237 37 61 0 46 406 40 57
Binary 1101110 1010001 10011111 11111 110001 0 100110 100000110 100000 101111

Color Harmonies of #6E519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E519F

Black with #6E519F

Text Example


Text Example

White with #6E519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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