Html Css Color HEX #6865B6 Blue Marguerite

📋 copy color: '#6865B6'

red 104 ◦ green 101 ◦ blue 182

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

Shades of Blue Marguerite #6865B6

Tints of Blue Marguerite #6865B6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

 BLUE value IS 182 (71.48% from 255) = 47.03%

R = 26.87%
G = 26.1%
B = 47.03%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6865B6 (or 0x6865B6) is known color: Blue Marguerite. HEX triplet: 68, 65 and B6. RGB value is (104,101,182). Sum of RGB (Red+Green+Blue) = 104+101+182=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #6865B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865B6 is #979A49. Grayscale: #6E6E6E. Windows color (decimal): -9935434 or 11953512. OLE color: 11953512.

HSL color Cylindrical-coordinate representation of color #6865B6: hue angle of 242.22º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6865B6 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 101 182 -
CMYK 0.43 0.45 0 0.29
HSL 242.22º 0.36% 0.55% -
HSV(B) 242.22º 0.45% 0.71% -
XYZ 18.81 15.63 46.28 -
YUV 111.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 104 101 182 0.43 0.45 0 0.29 242.22 0.36 0.55
Hex 68 65 B6 2B 2D 0 1D F2 24 37
Octal 150 145 266 53 55 0 35 362 44 67
Binary 1101000 1100101 10110110 101011 101101 0 11101 11110010 100100 110111

Color Harmonies of #6865B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6865B6

Black with #6865B6

Text Example


Text Example

White with #6865B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6865B6; }

 p { color: rgb(104,101,182); }

 H1.HeaderClassName
 {
   color: #6865B6;
 }
 .AnyTagClassName
 {
   color: #6865B6;
 }
</style>

background-color css

<style>
 a { background-color: #6865B6; }

 a { background-color: rgb(104,101,182); }

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

border-color css

<style>
 span { border-color: #6865B6; }

 span { border-color: rgb(104,101,182); }

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