Html Css Color HEX #6B509F Studio

📋 copy color: '#6B509F'

red 107 ◦ green 80 ◦ blue 159

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

Shades of Studio #6B509F

Tints of Studio #6B509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 30.92%
G = 23.12%
B = 45.95%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B509F (or 0x6B509F) is known color: Studio. HEX triplet: 6B, 50 and 9F. RGB value is (107,80,159). Sum of RGB (Red+Green+Blue) = 107+80+159=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B509F is #94AF60. Grayscale: #606060. Windows color (decimal): -9744225 or 10440811. OLE color: 10440811.

HSL color Cylindrical-coordinate representation of color #6B509F: hue angle of 260.51º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B509F is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 80 159 -
CMYK 0.33 0.50 0 0.38
HSL 260.51º 0.33% 0.47% -
HSV(B) 260.51º 0.5% 0.62% -
XYZ 15.19 11.37 34.19 -
YUV 97.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 107 80 159 0.33 0.50 0 0.38 260.51 0.33 0.47
Hex 6B 50 9F 21 32 0 26 105 21 2F
Octal 153 120 237 41 62 0 46 405 41 57
Binary 1101011 1010000 10011111 100001 110010 0 100110 100000101 100001 101111

Color Harmonies of #6B509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B509F

Black with #6B509F

Text Example


Text Example

White with #6B509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,159); }

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

background-color css

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

 a { background-color: rgb(107,80,159); }

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

border-color css

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

 span { border-color: rgb(107,80,159); }

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