Html Css Color HEX #6B509C Studio

📋 copy color: '#6B509C'

red 107 ◦ green 80 ◦ blue 156

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

Shades of Studio #6B509C

Tints of Studio #6B509C

RGB

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

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

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

R = 31.2%
G = 23.32%
B = 45.48%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B509C (or 0x6B509C) is known color: Studio. HEX triplet: 6B, 50 and 9C. RGB value is (107,80,156). Sum of RGB (Red+Green+Blue) = 107+80+156=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B509C is #94AF63. Grayscale: #606060. Windows color (decimal): -9744228 or 10244203. OLE color: 10244203.

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

Color convert

RGB 107 80 156 -
CMYK 0.31 0.49 0 0.39
HSL 261.32º 0.32% 0.46% -
HSV(B) 261.32º 0.49% 0.61% -
XYZ 14.93 11.26 32.84 -
YUV 96.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 107 80 156 0.31 0.49 0 0.39 261.32 0.32 0.46
Hex 6B 50 9C 1F 31 0 27 105 20 2E
Octal 153 120 234 37 61 0 47 405 40 56
Binary 1101011 1010000 10011100 11111 110001 0 100111 100000101 100000 101110

Color Harmonies of #6B509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B509C

Black with #6B509C

Text Example


Text Example

White with #6B509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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