Html Css Color HEX #6F5095 Studio

📋 copy color: '#6F5095'

red 111 ◦ green 80 ◦ blue 149

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

Shades of Studio #6F5095

Tints of Studio #6F5095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 32.65%
G = 23.53%
B = 43.82%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F5095 (or 0x6F5095) is known color: Studio. HEX triplet: 6F, 50 and 95. RGB value is (111,80,149). Sum of RGB (Red+Green+Blue) = 111+80+149=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F5095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5095 is #90AF6A. Grayscale: #606060. Windows color (decimal): -9482091 or 9785455. OLE color: 9785455.

HSL color Cylindrical-coordinate representation of color #6F5095: hue angle of 266.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5095 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 80 149 -
CMYK 0.26 0.46 0 0.42
HSL 266.96º 0.3% 0.45% -
HSV(B) 266.96º 0.46% 0.58% -
XYZ 14.85 11.29 29.83 -
YUV 97.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 111 80 149 0.26 0.46 0 0.42 266.96 0.3 0.45
Hex 6F 50 95 1A 2E 0 2A 10B 1E 2D
Octal 157 120 225 32 56 0 52 413 36 55
Binary 1101111 1010000 10010101 11010 101110 0 101010 100001011 11110 101101

Color Harmonies of #6F5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5095

Black with #6F5095

Text Example


Text Example

White with #6F5095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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