Html Css Color HEX #6F5295 Studio

📋 copy color: '#6F5295'

red 111 ◦ green 82 ◦ blue 149

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

Shades of Studio #6F5295

Tints of Studio #6F5295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

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

R = 32.46%
G = 23.98%
B = 43.57%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F5295 (or 0x6F5295) is known color: Studio. HEX triplet: 6F, 52 and 95. RGB value is (111,82,149). Sum of RGB (Red+Green+Blue) = 111+82+149=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F5295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5295 is #90AD6A. Grayscale: #626262. Windows color (decimal): -9481579 or 9785967. OLE color: 9785967.

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

Color convert

RGB 111 82 149 -
CMYK 0.26 0.45 0 0.42
HSL 265.97º 0.29% 0.45% -
HSV(B) 265.97º 0.45% 0.58% -
XYZ 15 11.58 29.88 -
YUV 98.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 111 82 149 0.26 0.45 0 0.42 265.97 0.29 0.45
Hex 6F 52 95 1A 2D 0 2A 10A 1D 2D
Octal 157 122 225 32 55 0 52 412 35 55
Binary 1101111 1010010 10010101 11010 101101 0 101010 100001010 11101 101101

Color Harmonies of #6F5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5295

Black with #6F5295

Text Example


Text Example

White with #6F5295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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