Html Css Color HEX #6E529E Studio

📋 copy color: '#6E529E'

red 110 ◦ green 82 ◦ blue 158

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

Shades of Studio #6E529E

Tints of Studio #6E529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 31.43%
G = 23.43%
B = 45.14%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E529E (or 0x6E529E) is known color: Studio. HEX triplet: 6E, 52 and 9E. RGB value is (110,82,158). Sum of RGB (Red+Green+Blue) = 110+82+158=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E529E is #91AD61. Grayscale: #626262. Windows color (decimal): -9547106 or 10375790. OLE color: 10375790.

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

Color convert

RGB 110 82 158 -
CMYK 0.30 0.48 0 0.38
HSL 262.11º 0.32% 0.47% -
HSV(B) 262.11º 0.48% 0.62% -
XYZ 15.62 11.82 33.81 -
YUV 99.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 110 82 158 0.30 0.48 0 0.38 262.11 0.32 0.47
Hex 6E 52 9E 1E 30 0 26 106 20 2F
Octal 156 122 236 36 60 0 46 406 40 57
Binary 1101110 1010010 10011110 11110 110000 0 100110 100000110 100000 101111

Color Harmonies of #6E529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E529E

Black with #6E529E

Text Example


Text Example

White with #6E529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,82,158); }

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

background-color css

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

 a { background-color: rgb(110,82,158); }

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

border-color css

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

 span { border-color: rgb(110,82,158); }

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