Html Css Color HEX #6860B4 Blue Marguerite

📋 copy color: '#6860B4'

red 104 ◦ green 96 ◦ blue 180

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

Shades of Blue Marguerite #6860B4

Tints of Blue Marguerite #6860B4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 180 (70.7% from 255) = 47.37%

R = 27.37%
G = 25.26%
B = 47.37%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6860B4 (or 0x6860B4) is known color: Blue Marguerite. HEX triplet: 68, 60 and B4. RGB value is (104,96,180). Sum of RGB (Red+Green+Blue) = 104+96+180=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #6860B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860B4 is #979F4B. Grayscale: #6B6B6B. Windows color (decimal): -9936716 or 11821160. OLE color: 11821160.

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

Color convert

RGB 104 96 180 -
CMYK 0.42 0.47 0 0.29
HSL 245.71º 0.36% 0.54% -
HSV(B) 245.71º 0.47% 0.71% -
XYZ 18.13 14.6 45.04 -
YUV 107.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 104 96 180 0.42 0.47 0 0.29 245.71 0.36 0.54
Hex 68 60 B4 2A 2F 0 1D F6 24 36
Octal 150 140 264 52 57 0 35 366 44 66
Binary 1101000 1100000 10110100 101010 101111 0 11101 11110110 100100 110110

Color Harmonies of #6860B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860B4

Black with #6860B4

Text Example


Text Example

White with #6860B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6860B4;
 }
 .AnyTagClassName
 {
   color: #6860B4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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