Html Css Color HEX #6C539B Studio

📋 copy color: '#6C539B'

red 108 ◦ green 83 ◦ blue 155

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

Shades of Studio #6C539B

Tints of Studio #6C539B

RGB

 RED value IS 108 (42.58% from 255) = 31.21%

 GREEN value IS 83 (32.81% from 255) = 23.99%

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

R = 31.21%
G = 23.99%
B = 44.8%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C539B (or 0x6C539B) is known color: Studio. HEX triplet: 6C, 53 and 9B. RGB value is (108,83,155). Sum of RGB (Red+Green+Blue) = 108+83+155=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C539B is #93AC64. Grayscale: #626262. Windows color (decimal): -9677925 or 10179436. OLE color: 10179436.

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

Color convert

RGB 108 83 155 -
CMYK 0.30 0.46 0 0.39
HSL 260.83º 0.3% 0.47% -
HSV(B) 260.83º 0.46% 0.61% -
XYZ 15.19 11.74 32.48 -
YUV 98.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 108 83 155 0.30 0.46 0 0.39 260.83 0.3 0.47
Hex 6C 53 9B 1E 2E 0 27 105 1E 2F
Octal 154 123 233 36 56 0 47 405 36 57
Binary 1101100 1010011 10011011 11110 101110 0 100111 100000101 11110 101111

Color Harmonies of #6C539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C539B

Black with #6C539B

Text Example


Text Example

White with #6C539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,83,155); }

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

background-color css

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

 a { background-color: rgb(108,83,155); }

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

border-color css

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

 span { border-color: rgb(108,83,155); }

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