Html Css Color HEX #6F4694 Studio

📋 copy color: '#6F4694'

red 111 ◦ green 70 ◦ blue 148

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

Shades of Studio #6F4694

Tints of Studio #6F4694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.28%

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 33.74%
G = 21.28%
B = 44.98%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F4694 (or 0x6F4694) is known color: Studio. HEX triplet: 6F, 46 and 94. RGB value is (111,70,148). Sum of RGB (Red+Green+Blue) = 111+70+148=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F4694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4694 is #90B96B. Grayscale: #5A5A5A. Windows color (decimal): -9484652 or 9717359. OLE color: 9717359.

HSL color Cylindrical-coordinate representation of color #6F4694: hue angle of 271.54º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F4694 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 70 148 -
CMYK 0.25 0.53 0 0.42
HSL 271.54º 0.36% 0.43% -
HSV(B) 271.54º 0.53% 0.58% -
XYZ 14.09 9.9 29.18 -
YUV 91.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 111 70 148 0.25 0.53 0 0.42 271.54 0.36 0.43
Hex 6F 46 94 19 35 0 2A 110 24 2B
Octal 157 106 224 31 65 0 52 420 44 53
Binary 1101111 1000110 10010100 11001 110101 0 101010 100010000 100100 101011

Color Harmonies of #6F4694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4694

Black with #6F4694

Text Example


Text Example

White with #6F4694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,70,148); }

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

background-color css

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

 a { background-color: rgb(111,70,148); }

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

border-color css

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

 span { border-color: rgb(111,70,148); }

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