Html Css Color HEX #6E489D Studio

📋 copy color: '#6E489D'

red 110 ◦ green 72 ◦ blue 157

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

Shades of Studio #6E489D

Tints of Studio #6E489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 32.45%
G = 21.24%
B = 46.31%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E489D (or 0x6E489D) is known color: Studio. HEX triplet: 6E, 48 and 9D. RGB value is (110,72,157). Sum of RGB (Red+Green+Blue) = 110+72+157=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E489D is #91B762. Grayscale: #5C5C5C. Windows color (decimal): -9549667 or 10307694. OLE color: 10307694.

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

Color convert

RGB 110 72 157 -
CMYK 0.30 0.54 0 0.38
HSL 266.82º 0.37% 0.45% -
HSV(B) 266.82º 0.54% 0.62% -
XYZ 14.83 10.38 33.12 -
YUV 93.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 110 72 157 0.30 0.54 0 0.38 266.82 0.37 0.45
Hex 6E 48 9D 1E 36 0 26 10B 25 2D
Octal 156 110 235 36 66 0 46 413 45 55
Binary 1101110 1001000 10011101 11110 110110 0 100110 100001011 100101 101101

Color Harmonies of #6E489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E489D

Black with #6E489D

Text Example


Text Example

White with #6E489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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