Html Css Color HEX #6862BE Blue Marguerite

📋 copy color: '#6862BE'

red 104 ◦ green 98 ◦ blue 190

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

Shades of Blue Marguerite #6862BE

Tints of Blue Marguerite #6862BE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

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

R = 26.53%
G = 25%
B = 48.47%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6862BE (or 0x6862BE) is known color: Blue Marguerite. HEX triplet: 68, 62 and BE. RGB value is (104,98,190). Sum of RGB (Red+Green+Blue) = 104+98+190=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #6862BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6862BE is #979D41. Grayscale: #6D6D6D. Windows color (decimal): -9936194 or 12477032. OLE color: 12477032.

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

Color convert

RGB 104 98 190 -
CMYK 0.45 0.48 0 0.25
HSL 243.91º 0.41% 0.56% -
HSV(B) 243.91º 0.48% 0.75% -
XYZ 19.37 15.4 50.67 -
YUV 110.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 104 98 190 0.45 0.48 0 0.25 243.91 0.41 0.56
Hex 68 62 BE 2D 30 0 19 F4 29 38
Octal 150 142 276 55 60 0 31 364 51 70
Binary 1101000 1100010 10111110 101101 110000 0 11001 11110100 101001 111000

Color Harmonies of #6862BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6862BE

Black with #6862BE

Text Example


Text Example

White with #6862BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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