Html Css Color HEX #684CBC Blue Marguerite

📋 copy color: '#684CBC'

red 104 ◦ green 76 ◦ blue 188

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

Shades of Blue Marguerite #684CBC

Tints of Blue Marguerite #684CBC

RGB

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

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

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

R = 28.26%
G = 20.65%
B = 51.09%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#684CBC (or 0x684CBC) is known color: Blue Marguerite. HEX triplet: 68, 4C and BC. RGB value is (104,76,188). Sum of RGB (Red+Green+Blue) = 104+76+188=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #684CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CBC is #97B343. Grayscale: #606060. Windows color (decimal): -9941828 or 12340328. OLE color: 12340328.

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

Color convert

RGB 104 76 188 -
CMYK 0.45 0.60 0 0.26
HSL 255º 0.46% 0.52% -
HSV(B) 255º 0.6% 0.74% -
XYZ 17.37 11.74 48.93 -
YUV 97.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 104 76 188 0.45 0.60 0 0.26 255 0.46 0.52
Hex 68 4C BC 2D 3C 0 1A FF 2E 34
Octal 150 114 274 55 74 0 32 377 56 64
Binary 1101000 1001100 10111100 101101 111100 0 11010 11111111 101110 110100

Color Harmonies of #684CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CBC

Black with #684CBC

Text Example


Text Example

White with #684CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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