Html Css Color HEX #6850A0 Studio

📋 copy color: '#6850A0'

red 104 ◦ green 80 ◦ blue 160

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

Shades of Studio #6850A0

Tints of Studio #6850A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.51%

R = 30.23%
G = 23.26%
B = 46.51%

CMYK

 C value IS 0.35

 M value IS 0.5

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6850A0 (or 0x6850A0) is known color: Studio. HEX triplet: 68, 50 and A0. RGB value is (104,80,160). Sum of RGB (Red+Green+Blue) = 104+80+160=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #6850A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6850A0 is #97AF5F. Grayscale: #606060. Windows color (decimal): -9940832 or 10506344. OLE color: 10506344.

HSL color Cylindrical-coordinate representation of color #6850A0: hue angle of 258º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6850A0 is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 80 160 -
CMYK 0.35 0.5 0 0.37
HSL 258º 0.33% 0.47% -
HSV(B) 258º 0.5% 0.63% -
XYZ 14.92 11.22 34.64 -
YUV 96.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 104 80 160 0.35 0.5 0 0.37 258 0.33 0.47
Hex 68 50 A0 23 32 0 25 102 21 2F
Octal 150 120 240 43 62 0 45 402 41 57
Binary 1101000 1010000 10100000 100011 110010 0 100101 100000010 100001 101111

Color Harmonies of #6850A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6850A0

Black with #6850A0

Text Example


Text Example

White with #6850A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6850A0; }

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

 H1.HeaderClassName
 {
   color: #6850A0;
 }
 .AnyTagClassName
 {
   color: #6850A0;
 }
</style>

background-color css

<style>
 a { background-color: #6850A0; }

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

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

border-color css

<style>
 span { border-color: #6850A0; }

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

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