Html Css Color HEX #684C98 Studio

📋 copy color: '#684C98'

red 104 ◦ green 76 ◦ blue 152

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

Shades of Studio #684C98

Tints of Studio #684C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.78%

R = 31.33%
G = 22.89%
B = 45.78%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#684C98 (or 0x684C98) is known color: Studio. HEX triplet: 68, 4C and 98. RGB value is (104,76,152). Sum of RGB (Red+Green+Blue) = 104+76+152=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #684C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684C98 is #97B367. Grayscale: #5C5C5C. Windows color (decimal): -9941864 or 9981032. OLE color: 9981032.

HSL color Cylindrical-coordinate representation of color #684C98: hue angle of 262.11º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684C98 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 76 152 -
CMYK 0.32 0.50 0 0.40
HSL 262.11º 0.33% 0.45% -
HSV(B) 262.11º 0.5% 0.6% -
XYZ 13.96 10.38 30.97 -
YUV 93.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 104 76 152 0.32 0.50 0 0.40 262.11 0.33 0.45
Hex 68 4C 98 20 32 0 28 106 21 2D
Octal 150 114 230 40 62 0 50 406 41 55
Binary 1101000 1001100 10011000 100000 110010 0 101000 100000110 100001 101101

Color Harmonies of #684C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C98

Black with #684C98

Text Example


Text Example

White with #684C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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