Html Css Color HEX #6F5399 Studio

📋 copy color: '#6F5399'

red 111 ◦ green 83 ◦ blue 153

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

Shades of Studio #6F5399

Tints of Studio #6F5399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 31.99%
G = 23.92%
B = 44.09%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F5399 (or 0x6F5399) is known color: Studio. HEX triplet: 6F, 53 and 99. RGB value is (111,83,153). Sum of RGB (Red+Green+Blue) = 111+83+153=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F5399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5399 is #90AC66. Grayscale: #636363. Windows color (decimal): -9481319 or 10048367. OLE color: 10048367.

HSL color Cylindrical-coordinate representation of color #6F5399: hue angle of 264º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5399 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 83 153 -
CMYK 0.27 0.46 0 0.4
HSL 264º 0.3% 0.46% -
HSV(B) 264º 0.46% 0.6% -
XYZ 15.4 11.87 31.62 -
YUV 99.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 111 83 153 0.27 0.46 0 0.4 264 0.3 0.46
Hex 6F 53 99 1B 2E 0 28 108 1E 2E
Octal 157 123 231 33 56 0 50 410 36 56
Binary 1101111 1010011 10011001 11011 101110 0 101000 100001000 11110 101110

Color Harmonies of #6F5399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5399

Black with #6F5399

Text Example


Text Example

White with #6F5399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,153); }

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

background-color css

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

 a { background-color: rgb(111,83,153); }

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

border-color css

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

 span { border-color: rgb(111,83,153); }

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