Html Css Color HEX #6E539D Studio

📋 copy color: '#6E539D'

red 110 ◦ green 83 ◦ blue 157

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

Shades of Studio #6E539D

Tints of Studio #6E539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.71%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 31.43%
G = 23.71%
B = 44.86%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E539D (or 0x6E539D) is known color: Studio. HEX triplet: 6E, 53 and 9D. RGB value is (110,83,157). Sum of RGB (Red+Green+Blue) = 110+83+157=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E539D is #91AC62. Grayscale: #636363. Windows color (decimal): -9546851 or 10310510. OLE color: 10310510.

HSL color Cylindrical-coordinate representation of color #6E539D: hue angle of 261.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E539D is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 83 157 -
CMYK 0.30 0.47 0 0.38
HSL 261.89º 0.31% 0.47% -
HSV(B) 261.89º 0.47% 0.62% -
XYZ 15.61 11.94 33.38 -
YUV 99.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 110 83 157 0.30 0.47 0 0.38 261.89 0.31 0.47
Hex 6E 53 9D 1E 2F 0 26 106 1F 2F
Octal 156 123 235 36 57 0 46 406 37 57
Binary 1101110 1010011 10011101 11110 101111 0 100110 100000110 11111 101111

Color Harmonies of #6E539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E539D

Black with #6E539D

Text Example


Text Example

White with #6E539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,83,157); }

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

background-color css

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

 a { background-color: rgb(110,83,157); }

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

border-color css

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

 span { border-color: rgb(110,83,157); }

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