Html Css Color HEX #6F549B Studio

📋 copy color: '#6F549B'

red 111 ◦ green 84 ◦ blue 155

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

Shades of Studio #6F549B

Tints of Studio #6F549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 31.71%
G = 24%
B = 44.29%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F549B (or 0x6F549B) is known color: Studio. HEX triplet: 6F, 54 and 9B. RGB value is (111,84,155). Sum of RGB (Red+Green+Blue) = 111+84+155=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F549B is #90AB64. Grayscale: #636363. Windows color (decimal): -9481061 or 10179695. OLE color: 10179695.

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

Color convert

RGB 111 84 155 -
CMYK 0.28 0.46 0 0.39
HSL 262.82º 0.3% 0.47% -
HSV(B) 262.82º 0.46% 0.61% -
XYZ 15.64 12.09 32.52 -
YUV 100.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 111 84 155 0.28 0.46 0 0.39 262.82 0.3 0.47
Hex 6F 54 9B 1C 2E 0 27 107 1E 2F
Octal 157 124 233 34 56 0 47 407 36 57
Binary 1101111 1010100 10011011 11100 101110 0 100111 100000111 11110 101111

Color Harmonies of #6F549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F549B

Black with #6F549B

Text Example


Text Example

White with #6F549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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