Html Css Color HEX #6F4A93 Studio

📋 copy color: '#6F4A93'

red 111 ◦ green 74 ◦ blue 147

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

Shades of Studio #6F4A93

Tints of Studio #6F4A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 33.43%
G = 22.29%
B = 44.28%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F4A93 (or 0x6F4A93) is known color: Studio. HEX triplet: 6F, 4A and 93. RGB value is (111,74,147). Sum of RGB (Red+Green+Blue) = 111+74+147=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4A93 is #90B56C. Grayscale: #5D5D5D. Windows color (decimal): -9483629 or 9652847. OLE color: 9652847.

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

Color convert

RGB 111 74 147 -
CMYK 0.24 0.50 0 0.42
HSL 270.41º 0.33% 0.43% -
HSV(B) 270.41º 0.5% 0.58% -
XYZ 14.27 10.38 28.86 -
YUV 93.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 111 74 147 0.24 0.50 0 0.42 270.41 0.33 0.43
Hex 6F 4A 93 18 32 0 2A 10E 21 2B
Octal 157 112 223 30 62 0 52 416 41 53
Binary 1101111 1001010 10010011 11000 110010 0 101010 100001110 100001 101011

Color Harmonies of #6F4A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4A93

Black with #6F4A93

Text Example


Text Example

White with #6F4A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,74,147); }

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

background-color css

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

 a { background-color: rgb(111,74,147); }

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

border-color css

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

 span { border-color: rgb(111,74,147); }

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