#687DDD

Color #687DDD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #687DDD

Tints of Cornflower Blue #687DDD

Color information

#687DDD (or 0x687DDD) is unknown color: approx Cornflower Blue. HEX triplet: 68, 7D and DD. RGB value is (104,125,221). Sum of RGB (Red+Green+Blue) = 104+125+221=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #687DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DDD is #978222. Grayscale: #818181. Windows color (decimal): -9929251 or 14515560. OLE color: 14515560.

HSL color Cylindrical-coordinate representation of color #687DDD: hue angle of 229.23º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #687DDD is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104125221-
CMYK0.530.4300.13
HSL229.23º63.24%63.73%-
HSV(B)229.23º52.94%86.67%-
XYZ26.0922.8371.44-
YUV129.67179.54109.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.11%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 221 (86.72% from 255) = 49.11%
R=23.11%
G=27.78%
B=49.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041252210.530.4300.13229.2363.2463.73
Hex687DDD352B0De53f40
Octal150175335655301534577100
Binary110100011111011101110111010110101101101111001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687DDD; }

 p { color: rgb(104,125,221); }

 H1.HeaderClassName
 {
   color: #687DDD;
 }
 .AnyTagClassName
 {
   color: #687DDD;
 }
</style>
background-color css

<style>
 a { background-color: #687DDD; }

 a { background-color: rgb(104,125,221); }

 div.DivClassName
 {
   background-color: #687DDD;
 }
 .BgClassName
 {
   background-color: #687DDD;
 }
</style>
border-color css

<style>
 span { border-color: #687DDD; }

 span { border-color: rgb(104,125,221); }

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