Html Css Color HEX #685ABC Blue Marguerite

📋 copy color: '#685ABC'

red 104 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #685ABC

Tints of Blue Marguerite #685ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 27.23%
G = 23.56%
B = 49.21%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#685ABC (or 0x685ABC) is known color: Blue Marguerite. HEX triplet: 68, 5A and BC. RGB value is (104,90,188). Sum of RGB (Red+Green+Blue) = 104+90+188=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #685ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ABC is #97A543. Grayscale: #686868. Windows color (decimal): -9938244 or 12343912. OLE color: 12343912.

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

Color convert

RGB 104 90 188 -
CMYK 0.45 0.52 0 0.26
HSL 248.57º 0.42% 0.55% -
HSV(B) 248.57º 0.52% 0.74% -
XYZ 18.44 13.89 49.29 -
YUV 105.36 174.64 127.03 -
System Red Green Blue C M Y K H S L
Decimal 104 90 188 0.45 0.52 0 0.26 248.57 0.42 0.55
Hex 68 5A BC 2D 34 0 1A F9 2A 37
Octal 150 132 274 55 64 0 32 371 52 67
Binary 1101000 1011010 10111100 101101 110100 0 11010 11111001 101010 110111

Color Harmonies of #685ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685ABC

Black with #685ABC

Text Example


Text Example

White with #685ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,188); }

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

background-color css

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

 a { background-color: rgb(104,90,188); }

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

border-color css

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

 span { border-color: rgb(104,90,188); }

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