Html Css Color HEX #684BA4 Studio

📋 copy color: '#684BA4'

red 104 ◦ green 75 ◦ blue 164

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

Shades of Studio #684BA4

Tints of Studio #684BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.81%

R = 30.32%
G = 21.87%
B = 47.81%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#684BA4 (or 0x684BA4) is known color: Studio. HEX triplet: 68, 4B and A4. RGB value is (104,75,164). Sum of RGB (Red+Green+Blue) = 104+75+164=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #684BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684BA4 is #97B45B. Grayscale: #5D5D5D. Windows color (decimal): -9942108 or 10767208. OLE color: 10767208.

HSL color Cylindrical-coordinate representation of color #684BA4: hue angle of 259.55º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #684BA4 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 75 164 -
CMYK 0.37 0.54 0 0.36
HSL 259.55º 0.37% 0.47% -
HSV(B) 259.55º 0.54% 0.64% -
XYZ 14.93 10.66 36.39 -
YUV 93.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 104 75 164 0.37 0.54 0 0.36 259.55 0.37 0.47
Hex 68 4B A4 25 36 0 24 104 25 2F
Octal 150 113 244 45 66 0 44 404 45 57
Binary 1101000 1001011 10100100 100101 110110 0 100100 100000100 100101 101111

Color Harmonies of #684BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BA4

Black with #684BA4

Text Example


Text Example

White with #684BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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