Html Css Color HEX #6B529C Studio

📋 copy color: '#6B529C'

red 107 ◦ green 82 ◦ blue 156

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

Shades of Studio #6B529C

Tints of Studio #6B529C

RGB

 RED value IS 107 (42.19% from 255) = 31.01%

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

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

R = 31.01%
G = 23.77%
B = 45.22%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B529C (or 0x6B529C) is known color: Studio. HEX triplet: 6B, 52 and 9C. RGB value is (107,82,156). Sum of RGB (Red+Green+Blue) = 107+82+156=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B529C is #94AD63. Grayscale: #616161. Windows color (decimal): -9743716 or 10244715. OLE color: 10244715.

HSL color Cylindrical-coordinate representation of color #6B529C: hue angle of 260.27º 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 #6B529C is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 82 156 -
CMYK 0.31 0.47 0 0.39
HSL 260.27º 0.31% 0.47% -
HSV(B) 260.27º 0.47% 0.61% -
XYZ 15.08 11.56 32.89 -
YUV 97.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 107 82 156 0.31 0.47 0 0.39 260.27 0.31 0.47
Hex 6B 52 9C 1F 2F 0 27 104 1F 2F
Octal 153 122 234 37 57 0 47 404 37 57
Binary 1101011 1010010 10011100 11111 101111 0 100111 100000100 11111 101111

Color Harmonies of #6B529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B529C

Black with #6B529C

Text Example


Text Example

White with #6B529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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