#688DDC

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

Shades of Cornflower Blue #688DDC

Tints of Cornflower Blue #688DDC

Color information

#688DDC (or 0x688DDC) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8D and DC. RGB value is (104,141,220). Sum of RGB (Red+Green+Blue) = 104+141+220=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #688DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DDC is #977223. Grayscale: #8A8A8A. Windows color (decimal): -9925156 or 14454120. OLE color: 14454120.

HSL color Cylindrical-coordinate representation of color #688DDC: hue angle of 220.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688DDC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104141220-
CMYK0.530.3600.14
HSL220.86º62.37%63.53%-
HSV(B)220.86º52.73%86.27%-
XYZ28.1527.1671.47-
YUV138.94173.74103.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=22.37%
G=30.32%
B=47.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041412200.530.3600.14220.8662.3763.53
Hex688DDC35240Edd3e40
Octal150215334654401633576100
Binary1101000100011011101110011010110010001110110111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688DDC; }

 p { color: rgb(104,141,220); }

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

<style>
 a { background-color: #688DDC; }

 a { background-color: rgb(104,141,220); }

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

<style>
 span { border-color: #688DDC; }

 span { border-color: rgb(104,141,220); }

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