Html Css Color HEX #6F47AB Studio

📋 copy color: '#6F47AB'

red 111 ◦ green 71 ◦ blue 171

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

Shades of Studio #6F47AB

Tints of Studio #6F47AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 31.44%
G = 20.11%
B = 48.44%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F47AB (or 0x6F47AB) is known color: Studio. HEX triplet: 6F, 47 and AB. RGB value is (111,71,171). Sum of RGB (Red+Green+Blue) = 111+71+171=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F47AB is #90B854. Grayscale: #5E5E5E. Windows color (decimal): -9484373 or 11224943. OLE color: 11224943.

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

Color convert

RGB 111 71 171 -
CMYK 0.35 0.58 0 0.33
HSL 264º 0.41% 0.47% -
HSV(B) 264º 0.58% 0.67% -
XYZ 16.16 10.83 39.77 -
YUV 94.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 111 71 171 0.35 0.58 0 0.33 264 0.41 0.47
Hex 6F 47 AB 23 3A 0 21 108 29 2F
Octal 157 107 253 43 72 0 41 410 51 57
Binary 1101111 1000111 10101011 100011 111010 0 100001 100001000 101001 101111

Color Harmonies of #6F47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F47AB

Black with #6F47AB

Text Example


Text Example

White with #6F47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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