#6858B4

Color #6858B4 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6858B4

Tints of Blue Marguerite #6858B4

Color information

#6858B4 (or 0x6858B4) is unknown color: approx Blue Marguerite. HEX triplet: 68, 58 and B4. RGB value is (104,88,180). Sum of RGB (Red+Green+Blue) = 104+88+180=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #6858B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858B4 is #97A74B. Grayscale: #666666. Windows color (decimal): -9938764 or 11819112. OLE color: 11819112.

HSL color Cylindrical-coordinate representation of color #6858B4: hue angle of 250.43º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6858B4 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10488180-
CMYK0.420.5100.29
HSL250.43º38.02%52.55%-
HSV(B)250.43º51.11%70.59%-
XYZ17.4413.2244.81-
YUV103.27171.3128.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 180 (70.70% from 255) = 48.39%
R=27.96%
G=23.66%
B=48.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104881800.420.5100.29250.4338.0252.55
Hex6858B42A3301Dfa2635
Octal15013026452630353724665
Binary110100010110001011010010101011001101110111111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6858B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6858B4;
 }
 .AnyTagClassName
 {
   color: #6858B4;
 }
</style>
background-color css

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

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

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

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

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

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