Html Css Color HEX #6F4895 Studio

📋 copy color: '#6F4895'

red 111 ◦ green 72 ◦ blue 149

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

Shades of Studio #6F4895

Tints of Studio #6F4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.69%

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

R = 33.43%
G = 21.69%
B = 44.88%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F4895 (or 0x6F4895) is known color: Studio. HEX triplet: 6F, 48 and 95. RGB value is (111,72,149). Sum of RGB (Red+Green+Blue) = 111+72+149=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F4895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4895 is #90B76A. Grayscale: #5C5C5C. Windows color (decimal): -9484139 or 9783407. OLE color: 9783407.

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

Color convert

RGB 111 72 149 -
CMYK 0.26 0.52 0 0.42
HSL 270.39º 0.35% 0.43% -
HSV(B) 270.39º 0.52% 0.58% -
XYZ 14.3 10.18 29.65 -
YUV 92.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 111 72 149 0.26 0.52 0 0.42 270.39 0.35 0.43
Hex 6F 48 95 1A 34 0 2A 10E 23 2B
Octal 157 110 225 32 64 0 52 416 43 53
Binary 1101111 1001000 10010101 11010 110100 0 101010 100001110 100011 101011

Color Harmonies of #6F4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4895

Black with #6F4895

Text Example


Text Example

White with #6F4895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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