Html Css Color HEX #684CAA Studio

📋 copy color: '#684CAA'

red 104 ◦ green 76 ◦ blue 170

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

Shades of Studio #684CAA

Tints of Studio #684CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 29.71%
G = 21.71%
B = 48.57%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#684CAA (or 0x684CAA) is known color: Studio. HEX triplet: 68, 4C and AA. RGB value is (104,76,170). Sum of RGB (Red+Green+Blue) = 104+76+170=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #684CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684CAA is #97B355. Grayscale: #5E5E5E. Windows color (decimal): -9941846 or 11160680. OLE color: 11160680.

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

Color convert

RGB 104 76 170 -
CMYK 0.39 0.55 0 0.33
HSL 257.87º 0.38% 0.48% -
HSV(B) 257.87º 0.55% 0.67% -
XYZ 15.55 11.01 39.34 -
YUV 95.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 104 76 170 0.39 0.55 0 0.33 257.87 0.38 0.48
Hex 68 4C AA 27 37 0 21 102 26 30
Octal 150 114 252 47 67 0 41 402 46 60
Binary 1101000 1001100 10101010 100111 110111 0 100001 100000010 100110 110000

Color Harmonies of #684CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CAA

Black with #684CAA

Text Example


Text Example

White with #684CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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