Html Css Color HEX #6F519B Studio

📋 copy color: '#6F519B'

red 111 ◦ green 81 ◦ blue 155

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

Shades of Studio #6F519B

Tints of Studio #6F519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 31.99%
G = 23.34%
B = 44.67%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F519B (or 0x6F519B) is known color: Studio. HEX triplet: 6F, 51 and 9B. RGB value is (111,81,155). Sum of RGB (Red+Green+Blue) = 111+81+155=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F519B is #90AE64. Grayscale: #626262. Windows color (decimal): -9481829 or 10178927. OLE color: 10178927.

HSL color Cylindrical-coordinate representation of color #6F519B: hue angle of 264.32º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F519B is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 81 155 -
CMYK 0.28 0.48 0 0.39
HSL 264.32º 0.31% 0.46% -
HSV(B) 264.32º 0.48% 0.61% -
XYZ 15.41 11.63 32.44 -
YUV 98.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 111 81 155 0.28 0.48 0 0.39 264.32 0.31 0.46
Hex 6F 51 9B 1C 30 0 27 108 1F 2E
Octal 157 121 233 34 60 0 47 410 37 56
Binary 1101111 1010001 10011011 11100 110000 0 100111 100001000 11111 101110

Color Harmonies of #6F519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F519B

Black with #6F519B

Text Example


Text Example

White with #6F519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,155); }

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

background-color css

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

 a { background-color: rgb(111,81,155); }

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

border-color css

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

 span { border-color: rgb(111,81,155); }

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