Html Css Color HEX #6F569B Studio

📋 copy color: '#6F569B'

red 111 ◦ green 86 ◦ blue 155

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

Shades of Studio #6F569B

Tints of Studio #6F569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

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

R = 31.53%
G = 24.43%
B = 44.03%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F569B (or 0x6F569B) is known color: Studio. HEX triplet: 6F, 56 and 9B. RGB value is (111,86,155). Sum of RGB (Red+Green+Blue) = 111+86+155=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F569B is #90A964. Grayscale: #656565. Windows color (decimal): -9480549 or 10180207. OLE color: 10180207.

HSL color Cylindrical-coordinate representation of color #6F569B: hue angle of 261.74º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F569B is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 86 155 -
CMYK 0.28 0.45 0 0.39
HSL 261.74º 0.29% 0.47% -
HSV(B) 261.74º 0.45% 0.61% -
XYZ 15.8 12.4 32.57 -
YUV 101.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 111 86 155 0.28 0.45 0 0.39 261.74 0.29 0.47
Hex 6F 56 9B 1C 2D 0 27 106 1D 2F
Octal 157 126 233 34 55 0 47 406 35 57
Binary 1101111 1010110 10011011 11100 101101 0 100111 100000110 11101 101111

Color Harmonies of #6F569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F569B

Black with #6F569B

Text Example


Text Example

White with #6F569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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