Html Css Color HEX #684ABC Blue Marguerite

📋 copy color: '#684ABC'

red 104 ◦ green 74 ◦ blue 188

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

Shades of Blue Marguerite #684ABC

Tints of Blue Marguerite #684ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 28.42%
G = 20.22%
B = 51.37%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#684ABC (or 0x684ABC) is known color: Blue Marguerite. HEX triplet: 68, 4A and BC. RGB value is (104,74,188). Sum of RGB (Red+Green+Blue) = 104+74+188=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #684ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ABC is #97B543. Grayscale: #5F5F5F. Windows color (decimal): -9942340 or 12339816. OLE color: 12339816.

HSL color Cylindrical-coordinate representation of color #684ABC: hue angle of 255.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #684ABC is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 74 188 -
CMYK 0.45 0.61 0 0.26
HSL 255.79º 0.46% 0.51% -
HSV(B) 255.79º 0.61% 0.74% -
XYZ 17.23 11.47 48.88 -
YUV 95.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 104 74 188 0.45 0.61 0 0.26 255.79 0.46 0.51
Hex 68 4A BC 2D 3D 0 1A 100 2E 33
Octal 150 112 274 55 75 0 32 400 56 63
Binary 1101000 1001010 10111100 101101 111101 0 11010 100000000 101110 110011

Color Harmonies of #684ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684ABC

Black with #684ABC

Text Example


Text Example

White with #684ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,74,188); }

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

background-color css

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

 a { background-color: rgb(104,74,188); }

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

border-color css

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

 span { border-color: rgb(104,74,188); }

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