Html Css Color HEX #6E539C Studio

📋 copy color: '#6E539C'

red 110 ◦ green 83 ◦ blue 156

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

Shades of Studio #6E539C

Tints of Studio #6E539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 31.52%
G = 23.78%
B = 44.7%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E539C (or 0x6E539C) is known color: Studio. HEX triplet: 6E, 53 and 9C. RGB value is (110,83,156). Sum of RGB (Red+Green+Blue) = 110+83+156=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E539C is #91AC63. Grayscale: #636363. Windows color (decimal): -9546852 or 10244974. OLE color: 10244974.

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

Color convert

RGB 110 83 156 -
CMYK 0.29 0.47 0 0.39
HSL 262.19º 0.31% 0.47% -
HSV(B) 262.19º 0.47% 0.61% -
XYZ 15.52 11.9 32.93 -
YUV 99.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 110 83 156 0.29 0.47 0 0.39 262.19 0.31 0.47
Hex 6E 53 9C 1D 2F 0 27 106 1F 2F
Octal 156 123 234 35 57 0 47 406 37 57
Binary 1101110 1010011 10011100 11101 101111 0 100111 100000110 11111 101111

Color Harmonies of #6E539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E539C

Black with #6E539C

Text Example


Text Example

White with #6E539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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