Html Css Color HEX #685CB8 Blue Marguerite

📋 copy color: '#685CB8'

red 104 ◦ green 92 ◦ blue 184

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

Shades of Blue Marguerite #685CB8

Tints of Blue Marguerite #685CB8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

 BLUE value IS 184 (72.27% from 255) = 48.42%

R = 27.37%
G = 24.21%
B = 48.42%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#685CB8 (or 0x685CB8) is known color: Blue Marguerite. HEX triplet: 68, 5C and B8. RGB value is (104,92,184). Sum of RGB (Red+Green+Blue) = 104+92+184=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #685CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CB8 is #97A347. Grayscale: #696969. Windows color (decimal): -9937736 or 12082280. OLE color: 12082280.

HSL color Cylindrical-coordinate representation of color #685CB8: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685CB8 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 92 184 -
CMYK 0.43 0.50 0 0.28
HSL 247.83º 0.39% 0.54% -
HSV(B) 247.83º 0.5% 0.72% -
XYZ 18.19 14.06 47.1 -
YUV 106.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 104 92 184 0.43 0.50 0 0.28 247.83 0.39 0.54
Hex 68 5C B8 2B 32 0 1C F8 27 36
Octal 150 134 270 53 62 0 34 370 47 66
Binary 1101000 1011100 10111000 101011 110010 0 11100 11111000 100111 110110

Color Harmonies of #685CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CB8

Black with #685CB8

Text Example


Text Example

White with #685CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685CB8; }

 p { color: rgb(104,92,184); }

 H1.HeaderClassName
 {
   color: #685CB8;
 }
 .AnyTagClassName
 {
   color: #685CB8;
 }
</style>

background-color css

<style>
 a { background-color: #685CB8; }

 a { background-color: rgb(104,92,184); }

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

border-color css

<style>
 span { border-color: #685CB8; }

 span { border-color: rgb(104,92,184); }

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