Html Css Color HEX #6F529A Studio

📋 copy color: '#6F529A'

red 111 ◦ green 82 ◦ blue 154

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

Shades of Studio #6F529A

Tints of Studio #6F529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 31.99%
G = 23.63%
B = 44.38%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F529A (or 0x6F529A) is known color: Studio. HEX triplet: 6F, 52 and 9A. RGB value is (111,82,154). Sum of RGB (Red+Green+Blue) = 111+82+154=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F529A is #90AD65. Grayscale: #626262. Windows color (decimal): -9481574 or 10113647. OLE color: 10113647.

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

Color convert

RGB 111 82 154 -
CMYK 0.28 0.47 0 0.40
HSL 264.17º 0.31% 0.46% -
HSV(B) 264.17º 0.47% 0.6% -
XYZ 15.41 11.75 32.03 -
YUV 98.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 111 82 154 0.28 0.47 0 0.40 264.17 0.31 0.46
Hex 6F 52 9A 1C 2F 0 28 108 1F 2E
Octal 157 122 232 34 57 0 50 410 37 56
Binary 1101111 1010010 10011010 11100 101111 0 101000 100001000 11111 101110

Color Harmonies of #6F529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F529A

Black with #6F529A

Text Example


Text Example

White with #6F529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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