Html Css Color HEX #684CBE Blue Marguerite

📋 copy color: '#684CBE'

red 104 ◦ green 76 ◦ blue 190

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

Shades of Blue Marguerite #684CBE

Tints of Blue Marguerite #684CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 28.11%
G = 20.54%
B = 51.35%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#684CBE (or 0x684CBE) is known color: Blue Marguerite. HEX triplet: 68, 4C and BE. RGB value is (104,76,190). Sum of RGB (Red+Green+Blue) = 104+76+190=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #684CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CBE is #97B341. Grayscale: #606060. Windows color (decimal): -9941826 or 12471400. OLE color: 12471400.

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

Color convert

RGB 104 76 190 -
CMYK 0.45 0.60 0 0.25
HSL 254.74º 0.47% 0.52% -
HSV(B) 254.74º 0.6% 0.75% -
XYZ 17.59 11.83 50.07 -
YUV 97.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 104 76 190 0.45 0.60 0 0.25 254.74 0.47 0.52
Hex 68 4C BE 2D 3C 0 19 FF 2F 34
Octal 150 114 276 55 74 0 31 377 57 64
Binary 1101000 1001100 10111110 101101 111100 0 11001 11111111 101111 110100

Color Harmonies of #684CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CBE

Black with #684CBE

Text Example


Text Example

White with #684CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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