Html Css Color HEX #6858BE Blue Marguerite

📋 copy color: '#6858BE'

red 104 ◦ green 88 ◦ blue 190

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

Shades of Blue Marguerite #6858BE

Tints of Blue Marguerite #6858BE

RGB

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

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

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

R = 27.23%
G = 23.04%
B = 49.74%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6858BE (or 0x6858BE) is known color: Blue Marguerite. HEX triplet: 68, 58 and BE. RGB value is (104,88,190). Sum of RGB (Red+Green+Blue) = 104+88+190=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #6858BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858BE is #97A741. Grayscale: #686868. Windows color (decimal): -9938754 or 12474472. OLE color: 12474472.

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

Color convert

RGB 104 88 190 -
CMYK 0.45 0.54 0 0.25
HSL 249.41º 0.44% 0.55% -
HSV(B) 249.41º 0.54% 0.75% -
XYZ 18.49 13.64 50.37 -
YUV 104.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 104 88 190 0.45 0.54 0 0.25 249.41 0.44 0.55
Hex 68 58 BE 2D 36 0 19 F9 2C 37
Octal 150 130 276 55 66 0 31 371 54 67
Binary 1101000 1011000 10111110 101101 110110 0 11001 11111001 101100 110111

Color Harmonies of #6858BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858BE

Black with #6858BE

Text Example


Text Example

White with #6858BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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