Html Css Color HEX #68509F Studio

📋 copy color: '#68509F'

red 104 ◦ green 80 ◦ blue 159

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

Shades of Studio #68509F

Tints of Studio #68509F

RGB

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

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

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

R = 30.32%
G = 23.32%
B = 46.36%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68509F (or 0x68509F) is known color: Studio. HEX triplet: 68, 50 and 9F. RGB value is (104,80,159). Sum of RGB (Red+Green+Blue) = 104+80+159=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #68509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68509F is #97AF60. Grayscale: #5F5F5F. Windows color (decimal): -9940833 or 10440808. OLE color: 10440808.

HSL color Cylindrical-coordinate representation of color #68509F: hue angle of 258.23º 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 #68509F is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 80 159 -
CMYK 0.35 0.50 0 0.38
HSL 258.23º 0.33% 0.47% -
HSV(B) 258.23º 0.5% 0.62% -
XYZ 14.84 11.18 34.18 -
YUV 96.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 104 80 159 0.35 0.50 0 0.38 258.23 0.33 0.47
Hex 68 50 9F 23 32 0 26 102 21 2F
Octal 150 120 237 43 62 0 46 402 41 57
Binary 1101000 1010000 10011111 100011 110010 0 100110 100000010 100001 101111

Color Harmonies of #68509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68509F

Black with #68509F

Text Example


Text Example

White with #68509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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