Html Css Color HEX #6E499C Studio

📋 copy color: '#6E499C'

red 110 ◦ green 73 ◦ blue 156

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

Shades of Studio #6E499C

Tints of Studio #6E499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

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

R = 32.45%
G = 21.53%
B = 46.02%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E499C (or 0x6E499C) is known color: Studio. HEX triplet: 6E, 49 and 9C. RGB value is (110,73,156). Sum of RGB (Red+Green+Blue) = 110+73+156=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E499C is #91B663. Grayscale: #5D5D5D. Windows color (decimal): -9549412 or 10242414. OLE color: 10242414.

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

Color convert

RGB 110 73 156 -
CMYK 0.29 0.53 0 0.39
HSL 266.75º 0.36% 0.45% -
HSV(B) 266.75º 0.53% 0.61% -
XYZ 14.81 10.48 32.69 -
YUV 93.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 110 73 156 0.29 0.53 0 0.39 266.75 0.36 0.45
Hex 6E 49 9C 1D 35 0 27 10B 24 2D
Octal 156 111 234 35 65 0 47 413 44 55
Binary 1101110 1001001 10011100 11101 110101 0 100111 100001011 100100 101101

Color Harmonies of #6E499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E499C

Black with #6E499C

Text Example


Text Example

White with #6E499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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