Html Css Color HEX #6858BD Blue Marguerite

📋 copy color: '#6858BD'

red 104 ◦ green 88 ◦ blue 189

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

Shades of Blue Marguerite #6858BD

Tints of Blue Marguerite #6858BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 27.3%
G = 23.1%
B = 49.61%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6858BD (or 0x6858BD) is known color: Blue Marguerite. HEX triplet: 68, 58 and BD. RGB value is (104,88,189). Sum of RGB (Red+Green+Blue) = 104+88+189=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #6858BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858BD is #97A742. Grayscale: #676767. Windows color (decimal): -9938755 or 12408936. OLE color: 12408936.

HSL color Cylindrical-coordinate representation of color #6858BD: hue angle of 249.5º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6858BD is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 88 189 -
CMYK 0.45 0.53 0 0.26
HSL 249.5º 0.43% 0.54% -
HSV(B) 249.5º 0.53% 0.74% -
XYZ 18.38 13.6 49.8 -
YUV 104.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 104 88 189 0.45 0.53 0 0.26 249.5 0.43 0.54
Hex 68 58 BD 2D 35 0 1A FA 2B 36
Octal 150 130 275 55 65 0 32 372 53 66
Binary 1101000 1011000 10111101 101101 110101 0 11010 11111010 101011 110110

Color Harmonies of #6858BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858BD

Black with #6858BD

Text Example


Text Example

White with #6858BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6858BD; }

 p { color: rgb(104,88,189); }

 H1.HeaderClassName
 {
   color: #6858BD;
 }
 .AnyTagClassName
 {
   color: #6858BD;
 }
</style>

background-color css

<style>
 a { background-color: #6858BD; }

 a { background-color: rgb(104,88,189); }

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

border-color css

<style>
 span { border-color: #6858BD; }

 span { border-color: rgb(104,88,189); }

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