Html Css Color HEX #685CBE Blue Marguerite

📋 copy color: '#685CBE'

red 104 ◦ green 92 ◦ blue 190

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

Shades of Blue Marguerite #685CBE

Tints of Blue Marguerite #685CBE

RGB

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

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

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

R = 26.94%
G = 23.83%
B = 49.22%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#685CBE (or 0x685CBE) is known color: Blue Marguerite. HEX triplet: 68, 5C and BE. RGB value is (104,92,190). Sum of RGB (Red+Green+Blue) = 104+92+190=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #685CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CBE is #97A341. Grayscale: #6A6A6A. Windows color (decimal): -9937730 or 12475496. OLE color: 12475496.

HSL color Cylindrical-coordinate representation of color #685CBE: hue angle of 247.35º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685CBE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 92 190 -
CMYK 0.45 0.52 0 0.25
HSL 247.35º 0.43% 0.55% -
HSV(B) 247.35º 0.52% 0.75% -
XYZ 18.83 14.32 50.49 -
YUV 106.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 104 92 190 0.45 0.52 0 0.25 247.35 0.43 0.55
Hex 68 5C BE 2D 34 0 19 F7 2B 37
Octal 150 134 276 55 64 0 31 367 53 67
Binary 1101000 1011100 10111110 101101 110100 0 11001 11110111 101011 110111

Color Harmonies of #685CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CBE

Black with #685CBE

Text Example


Text Example

White with #685CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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