Html Css Color HEX #6E4898 Studio

📋 copy color: '#6E4898'

red 110 ◦ green 72 ◦ blue 152

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

Shades of Studio #6E4898

Tints of Studio #6E4898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 32.93%
G = 21.56%
B = 45.51%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E4898 (or 0x6E4898) is known color: Studio. HEX triplet: 6E, 48 and 98. RGB value is (110,72,152). Sum of RGB (Red+Green+Blue) = 110+72+152=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E4898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4898 is #91B767. Grayscale: #5C5C5C. Windows color (decimal): -9549672 or 9980014. OLE color: 9980014.

HSL color Cylindrical-coordinate representation of color #6E4898: hue angle of 268.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E4898 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 72 152 -
CMYK 0.28 0.53 0 0.40
HSL 268.5º 0.36% 0.44% -
HSV(B) 268.5º 0.53% 0.6% -
XYZ 14.42 10.22 30.92 -
YUV 92.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 110 72 152 0.28 0.53 0 0.40 268.5 0.36 0.44
Hex 6E 48 98 1C 35 0 28 10C 24 2C
Octal 156 110 230 34 65 0 50 414 44 54
Binary 1101110 1001000 10011000 11100 110101 0 101000 100001100 100100 101100

Color Harmonies of #6E4898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4898

Black with #6E4898

Text Example


Text Example

White with #6E4898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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