Html Css Color HEX #6852BE Blue Marguerite

📋 copy color: '#6852BE'

red 104 ◦ green 82 ◦ blue 190

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

Shades of Blue Marguerite #6852BE

Tints of Blue Marguerite #6852BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 27.66%
G = 21.81%
B = 50.53%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6852BE (or 0x6852BE) is known color: Blue Marguerite. HEX triplet: 68, 52 and BE. RGB value is (104,82,190). Sum of RGB (Red+Green+Blue) = 104+82+190=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #6852BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6852BE is #97AD41. Grayscale: #646464. Windows color (decimal): -9940290 or 12472936. OLE color: 12472936.

HSL color Cylindrical-coordinate representation of color #6852BE: hue angle of 252.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6852BE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 82 190 -
CMYK 0.45 0.57 0 0.25
HSL 252.22º 0.45% 0.53% -
HSV(B) 252.22º 0.57% 0.75% -
XYZ 18.02 12.7 50.22 -
YUV 100.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 104 82 190 0.45 0.57 0 0.25 252.22 0.45 0.53
Hex 68 52 BE 2D 39 0 19 FC 2D 35
Octal 150 122 276 55 71 0 31 374 55 65
Binary 1101000 1010010 10111110 101101 111001 0 11001 11111100 101101 110101

Color Harmonies of #6852BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6852BE

Black with #6852BE

Text Example


Text Example

White with #6852BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6852BE; }

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

 H1.HeaderClassName
 {
   color: #6852BE;
 }
 .AnyTagClassName
 {
   color: #6852BE;
 }
</style>

background-color css

<style>
 a { background-color: #6852BE; }

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

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

border-color css

<style>
 span { border-color: #6852BE; }

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

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