Html Css Color HEX #6E559C Studio

📋 copy color: '#6E559C'

red 110 ◦ green 85 ◦ blue 156

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

Shades of Studio #6E559C

Tints of Studio #6E559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

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

R = 31.34%
G = 24.22%
B = 44.44%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E559C (or 0x6E559C) is known color: Studio. HEX triplet: 6E, 55 and 9C. RGB value is (110,85,156). Sum of RGB (Red+Green+Blue) = 110+85+156=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E559C is #91AA63. Grayscale: #646464. Windows color (decimal): -9546340 or 10245486. OLE color: 10245486.

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

Color convert

RGB 110 85 156 -
CMYK 0.29 0.46 0 0.39
HSL 261.13º 0.29% 0.47% -
HSV(B) 261.13º 0.46% 0.61% -
XYZ 15.68 12.21 32.98 -
YUV 100.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 110 85 156 0.29 0.46 0 0.39 261.13 0.29 0.47
Hex 6E 55 9C 1D 2E 0 27 105 1D 2F
Octal 156 125 234 35 56 0 47 405 35 57
Binary 1101110 1010101 10011100 11101 101110 0 100111 100000101 11101 101111

Color Harmonies of #6E559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E559C

Black with #6E559C

Text Example


Text Example

White with #6E559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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