Html Css Color HEX #6F519C Studio

📋 copy color: '#6F519C'

red 111 ◦ green 81 ◦ blue 156

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

Shades of Studio #6F519C

Tints of Studio #6F519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 31.9%
G = 23.28%
B = 44.83%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F519C (or 0x6F519C) is known color: Studio. HEX triplet: 6F, 51 and 9C. RGB value is (111,81,156). Sum of RGB (Red+Green+Blue) = 111+81+156=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F519C is #90AE63. Grayscale: #626262. Windows color (decimal): -9481828 or 10244463. OLE color: 10244463.

HSL color Cylindrical-coordinate representation of color #6F519C: hue angle of 264º degrees, saturation: 0.32, 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 #6F519C is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 81 156 -
CMYK 0.29 0.48 0 0.39
HSL 264º 0.32% 0.46% -
HSV(B) 264º 0.48% 0.61% -
XYZ 15.5 11.66 32.89 -
YUV 98.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 111 81 156 0.29 0.48 0 0.39 264 0.32 0.46
Hex 6F 51 9C 1D 30 0 27 108 20 2E
Octal 157 121 234 35 60 0 47 410 40 56
Binary 1101111 1010001 10011100 11101 110000 0 100111 100001000 100000 101110

Color Harmonies of #6F519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F519C

Black with #6F519C

Text Example


Text Example

White with #6F519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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