Html Css Color HEX #6F4992 Studio

📋 copy color: '#6F4992'

red 111 ◦ green 73 ◦ blue 146

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

Shades of Studio #6F4992

Tints of Studio #6F4992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 33.64%
G = 22.12%
B = 44.24%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F4992 (or 0x6F4992) is known color: Studio. HEX triplet: 6F, 49 and 92. RGB value is (111,73,146). Sum of RGB (Red+Green+Blue) = 111+73+146=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F4992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4992 is #90B66D. Grayscale: #5C5C5C. Windows color (decimal): -9483886 or 9587055. OLE color: 9587055.

HSL color Cylindrical-coordinate representation of color #6F4992: hue angle of 271.23º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4992 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 73 146 -
CMYK 0.24 0.5 0 0.43
HSL 271.23º 0.33% 0.43% -
HSV(B) 271.23º 0.5% 0.57% -
XYZ 14.13 10.22 28.42 -
YUV 92.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 111 73 146 0.24 0.5 0 0.43 271.23 0.33 0.43
Hex 6F 49 92 18 32 0 2B 10F 21 2B
Octal 157 111 222 30 62 0 53 417 41 53
Binary 1101111 1001001 10010010 11000 110010 0 101011 100001111 100001 101011

Color Harmonies of #6F4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4992

Black with #6F4992

Text Example


Text Example

White with #6F4992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,73,146); }

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

background-color css

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

 a { background-color: rgb(111,73,146); }

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

border-color css

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

 span { border-color: rgb(111,73,146); }

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