Html Css Color HEX #6F46AC Studio

📋 copy color: '#6F46AC'

red 111 ◦ green 70 ◦ blue 172

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

Shades of Studio #6F46AC

Tints of Studio #6F46AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 31.44%
G = 19.83%
B = 48.73%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F46AC (or 0x6F46AC) is known color: Studio. HEX triplet: 6F, 46 and AC. RGB value is (111,70,172). Sum of RGB (Red+Green+Blue) = 111+70+172=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F46AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F46AC is #90B953. Grayscale: #5D5D5D. Windows color (decimal): -9484628 or 11290223. OLE color: 11290223.

HSL color Cylindrical-coordinate representation of color #6F46AC: hue angle of 264.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F46AC is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 70 172 -
CMYK 0.35 0.59 0 0.33
HSL 264.12º 0.42% 0.47% -
HSV(B) 264.12º 0.59% 0.67% -
XYZ 16.19 10.74 40.25 -
YUV 93.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 111 70 172 0.35 0.59 0 0.33 264.12 0.42 0.47
Hex 6F 46 AC 23 3B 0 21 108 2A 2F
Octal 157 106 254 43 73 0 41 410 52 57
Binary 1101111 1000110 10101100 100011 111011 0 100001 100001000 101010 101111

Color Harmonies of #6F46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F46AC

Black with #6F46AC

Text Example


Text Example

White with #6F46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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