Html Css Color HEX #684BAA Studio

📋 copy color: '#684BAA'

red 104 ◦ green 75 ◦ blue 170

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

Shades of Studio #684BAA

Tints of Studio #684BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.49%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 29.8%
G = 21.49%
B = 48.71%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#684BAA (or 0x684BAA) is known color: Studio. HEX triplet: 68, 4B and AA. RGB value is (104,75,170). Sum of RGB (Red+Green+Blue) = 104+75+170=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #684BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684BAA is #97B455. Grayscale: #5E5E5E. Windows color (decimal): -9942102 or 11160424. OLE color: 11160424.

HSL color Cylindrical-coordinate representation of color #684BAA: hue angle of 258.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #684BAA is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 75 170 -
CMYK 0.39 0.56 0 0.33
HSL 258.32º 0.39% 0.48% -
HSV(B) 258.32º 0.56% 0.67% -
XYZ 15.48 10.88 39.31 -
YUV 94.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 104 75 170 0.39 0.56 0 0.33 258.32 0.39 0.48
Hex 68 4B AA 27 38 0 21 102 27 30
Octal 150 113 252 47 70 0 41 402 47 60
Binary 1101000 1001011 10101010 100111 111000 0 100001 100000010 100111 110000

Color Harmonies of #684BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BAA

Black with #684BAA

Text Example


Text Example

White with #684BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684BAA; }

 p { color: rgb(104,75,170); }

 H1.HeaderClassName
 {
   color: #684BAA;
 }
 .AnyTagClassName
 {
   color: #684BAA;
 }
</style>

background-color css

<style>
 a { background-color: #684BAA; }

 a { background-color: rgb(104,75,170); }

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

border-color css

<style>
 span { border-color: #684BAA; }

 span { border-color: rgb(104,75,170); }

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