Html Css Color HEX #6B509E Studio

📋 copy color: '#6B509E'

red 107 ◦ green 80 ◦ blue 158

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

Shades of Studio #6B509E

Tints of Studio #6B509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.8%

R = 31.01%
G = 23.19%
B = 45.8%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B509E (or 0x6B509E) is known color: Studio. HEX triplet: 6B, 50 and 9E. RGB value is (107,80,158). Sum of RGB (Red+Green+Blue) = 107+80+158=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B509E is #94AF61. Grayscale: #606060. Windows color (decimal): -9744226 or 10375275. OLE color: 10375275.

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

Color convert

RGB 107 80 158 -
CMYK 0.32 0.49 0 0.38
HSL 260.77º 0.33% 0.47% -
HSV(B) 260.77º 0.49% 0.62% -
XYZ 15.1 11.33 33.74 -
YUV 96.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 107 80 158 0.32 0.49 0 0.38 260.77 0.33 0.47
Hex 6B 50 9E 20 31 0 26 105 21 2F
Octal 153 120 236 40 61 0 46 405 41 57
Binary 1101011 1010000 10011110 100000 110001 0 100110 100000101 100001 101111

Color Harmonies of #6B509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B509E

Black with #6B509E

Text Example


Text Example

White with #6B509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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