Html Css Color HEX #6865B2 Blue Marguerite

📋 copy color: '#6865B2'

red 104 ◦ green 101 ◦ blue 178

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

Shades of Blue Marguerite #6865B2

Tints of Blue Marguerite #6865B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.48%

R = 27.15%
G = 26.37%
B = 46.48%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6865B2 (or 0x6865B2) is known color: Blue Marguerite. HEX triplet: 68, 65 and B2. RGB value is (104,101,178). Sum of RGB (Red+Green+Blue) = 104+101+178=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #6865B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6865B2 is #979A4D. Grayscale: #6E6E6E. Windows color (decimal): -9935438 or 11691368. OLE color: 11691368.

HSL color Cylindrical-coordinate representation of color #6865B2: hue angle of 242.34º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6865B2 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 101 178 -
CMYK 0.42 0.43 0 0.30
HSL 242.34º 0.33% 0.55% -
HSV(B) 242.34º 0.43% 0.7% -
XYZ 18.4 15.46 44.13 -
YUV 110.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 104 101 178 0.42 0.43 0 0.30 242.34 0.33 0.55
Hex 68 65 B2 2A 2B 0 1E F2 21 37
Octal 150 145 262 52 53 0 36 362 41 67
Binary 1101000 1100101 10110010 101010 101011 0 11110 11110010 100001 110111

Color Harmonies of #6865B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6865B2

Black with #6865B2

Text Example


Text Example

White with #6865B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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