Html Css Color HEX #6F529C Studio

📋 copy color: '#6F529C'

red 111 ◦ green 82 ◦ blue 156

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

Shades of Studio #6F529C

Tints of Studio #6F529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 31.81%
G = 23.5%
B = 44.7%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F529C (or 0x6F529C) is known color: Studio. HEX triplet: 6F, 52 and 9C. RGB value is (111,82,156). Sum of RGB (Red+Green+Blue) = 111+82+156=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F529C is #90AD63. Grayscale: #626262. Windows color (decimal): -9481572 or 10244719. OLE color: 10244719.

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

Color convert

RGB 111 82 156 -
CMYK 0.29 0.47 0 0.39
HSL 263.51º 0.31% 0.47% -
HSV(B) 263.51º 0.47% 0.61% -
XYZ 15.57 11.81 32.91 -
YUV 99.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 111 82 156 0.29 0.47 0 0.39 263.51 0.31 0.47
Hex 6F 52 9C 1D 2F 0 27 108 1F 2F
Octal 157 122 234 35 57 0 47 410 37 57
Binary 1101111 1010010 10011100 11101 101111 0 100111 100001000 11111 101111

Color Harmonies of #6F529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F529C

Black with #6F529C

Text Example


Text Example

White with #6F529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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