Html Css Color HEX #6E5297 Studio

📋 copy color: '#6E5297'

red 110 ◦ green 82 ◦ blue 151

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

Shades of Studio #6E5297

Tints of Studio #6E5297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 151 (59.38% from 255) = 44.02%

R = 32.07%
G = 23.91%
B = 44.02%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E5297 (or 0x6E5297) is known color: Studio. HEX triplet: 6E, 52 and 97. RGB value is (110,82,151). Sum of RGB (Red+Green+Blue) = 110+82+151=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E5297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5297 is #91AD68. Grayscale: #616161. Windows color (decimal): -9547113 or 9917038. OLE color: 9917038.

HSL color Cylindrical-coordinate representation of color #6E5297: hue angle of 264.35º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E5297 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 82 151 -
CMYK 0.27 0.46 0 0.41
HSL 264.35º 0.3% 0.46% -
HSV(B) 264.35º 0.46% 0.59% -
XYZ 15.03 11.58 30.72 -
YUV 98.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 110 82 151 0.27 0.46 0 0.41 264.35 0.3 0.46
Hex 6E 52 97 1B 2E 0 29 108 1E 2E
Octal 156 122 227 33 56 0 51 410 36 56
Binary 1101110 1010010 10010111 11011 101110 0 101001 100001000 11110 101110

Color Harmonies of #6E5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5297

Black with #6E5297

Text Example


Text Example

White with #6E5297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,82,151); }

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

background-color css

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

 a { background-color: rgb(110,82,151); }

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

border-color css

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

 span { border-color: rgb(110,82,151); }

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