Html Css Color HEX #68509D Studio

📋 copy color: '#68509D'

red 104 ◦ green 80 ◦ blue 157

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

Shades of Studio #68509D

Tints of Studio #68509D

RGB

 RED value IS 104 (41.02% from 255) = 30.5%

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 30.5%
G = 23.46%
B = 46.04%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68509D (or 0x68509D) is known color: Studio. HEX triplet: 68, 50 and 9D. RGB value is (104,80,157). Sum of RGB (Red+Green+Blue) = 104+80+157=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #68509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68509D is #97AF62. Grayscale: #5F5F5F. Windows color (decimal): -9940835 or 10309736. OLE color: 10309736.

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

Color convert

RGB 104 80 157 -
CMYK 0.34 0.49 0 0.38
HSL 258.7º 0.32% 0.46% -
HSV(B) 258.7º 0.49% 0.62% -
XYZ 14.66 11.11 33.27 -
YUV 95.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 104 80 157 0.34 0.49 0 0.38 258.7 0.32 0.46
Hex 68 50 9D 22 31 0 26 103 20 2E
Octal 150 120 235 42 61 0 46 403 40 56
Binary 1101000 1010000 10011101 100010 110001 0 100110 100000011 100000 101110

Color Harmonies of #68509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68509D

Black with #68509D

Text Example


Text Example

White with #68509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68509D; }

 p { color: rgb(104,80,157); }

 H1.HeaderClassName
 {
   color: #68509D;
 }
 .AnyTagClassName
 {
   color: #68509D;
 }
</style>

background-color css

<style>
 a { background-color: #68509D; }

 a { background-color: rgb(104,80,157); }

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

border-color css

<style>
 span { border-color: #68509D; }

 span { border-color: rgb(104,80,157); }

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