Html Css Color HEX #6F479A Studio

📋 copy color: '#6F479A'

red 111 ◦ green 71 ◦ blue 154

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

Shades of Studio #6F479A

Tints of Studio #6F479A

RGB

 RED value IS 111 (43.75% from 255) = 33.04%

 GREEN value IS 71 (28.13% from 255) = 21.13%

 BLUE value IS 154 (60.55% from 255) = 45.83%

R = 33.04%
G = 21.13%
B = 45.83%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F479A (or 0x6F479A) is known color: Studio. HEX triplet: 6F, 47 and 9A. RGB value is (111,71,154). Sum of RGB (Red+Green+Blue) = 111+71+154=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F479A is #90B865. Grayscale: #5C5C5C. Windows color (decimal): -9484390 or 10110831. OLE color: 10110831.

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

Color convert

RGB 111 71 154 -
CMYK 0.28 0.54 0 0.40
HSL 268.92º 0.37% 0.44% -
HSV(B) 268.92º 0.54% 0.6% -
XYZ 14.64 10.22 31.77 -
YUV 92.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 111 71 154 0.28 0.54 0 0.40 268.92 0.37 0.44
Hex 6F 47 9A 1C 36 0 28 10D 25 2C
Octal 157 107 232 34 66 0 50 415 45 54
Binary 1101111 1000111 10011010 11100 110110 0 101000 100001101 100101 101100

Color Harmonies of #6F479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F479A

Black with #6F479A

Text Example


Text Example

White with #6F479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,71,154); }

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

background-color css

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

 a { background-color: rgb(111,71,154); }

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

border-color css

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

 span { border-color: rgb(111,71,154); }

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