Html Css Color HEX #6E48B6 Studio

📋 copy color: '#6E48B6'

red 110 ◦ green 72 ◦ blue 182

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

Shades of Studio #6E48B6

Tints of Studio #6E48B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50%

R = 30.22%
G = 19.78%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E48B6 (or 0x6E48B6) is known color: Studio. HEX triplet: 6E, 48 and B6. RGB value is (110,72,182). Sum of RGB (Red+Green+Blue) = 110+72+182=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E48B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E48B6 is #91B749. Grayscale: #5F5F5F. Windows color (decimal): -9549642 or 11946094. OLE color: 11946094.

HSL color Cylindrical-coordinate representation of color #6E48B6: hue angle of 260.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E48B6 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 72 182 -
CMYK 0.40 0.60 0 0.29
HSL 260.73º 0.43% 0.5% -
HSV(B) 260.73º 0.6% 0.71% -
XYZ 17.19 11.33 45.54 -
YUV 95.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 110 72 182 0.40 0.60 0 0.29 260.73 0.43 0.5
Hex 6E 48 B6 28 3C 0 1D 105 2B 32
Octal 156 110 266 50 74 0 35 405 53 62
Binary 1101110 1001000 10110110 101000 111100 0 11101 100000101 101011 110010

Color Harmonies of #6E48B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E48B6

Black with #6E48B6

Text Example


Text Example

White with #6E48B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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