Html Css Color HEX #6F509B Studio

📋 copy color: '#6F509B'

red 111 ◦ green 80 ◦ blue 155

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

Shades of Studio #6F509B

Tints of Studio #6F509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

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

R = 32.08%
G = 23.12%
B = 44.8%

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

#6F509B (or 0x6F509B) is known color: Studio. HEX triplet: 6F, 50 and 9B. RGB value is (111,80,155). Sum of RGB (Red+Green+Blue) = 111+80+155=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F509B is #90AF64. Grayscale: #616161. Windows color (decimal): -9482085 or 10178671. OLE color: 10178671.

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

Color convert

RGB 111 80 155 -
CMYK 0.28 0.48 0 0.39
HSL 264.8º 0.32% 0.46% -
HSV(B) 264.8º 0.48% 0.61% -
XYZ 15.34 11.48 32.42 -
YUV 97.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 111 80 155 0.28 0.48 0 0.39 264.8 0.32 0.46
Hex 6F 50 9B 1C 30 0 27 109 20 2E
Octal 157 120 233 34 60 0 47 411 40 56
Binary 1101111 1010000 10011011 11100 110000 0 100111 100001001 100000 101110

Color Harmonies of #6F509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F509B

Black with #6F509B

Text Example


Text Example

White with #6F509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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