#689CE7

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

Shades of Cornflower Blue #689CE7

Tints of Cornflower Blue #689CE7

Color information

#689CE7 (or 0x689CE7) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9C and E7. RGB value is (104,156,231). Sum of RGB (Red+Green+Blue) = 104+156+231=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #689CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CE7 is #976318. Grayscale: #949494. Windows color (decimal): -9921305 or 15178856. OLE color: 15178856.

HSL color Cylindrical-coordinate representation of color #689CE7: hue angle of 215.43º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #689CE7 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB104156231-
CMYK0.550.3200.09
HSL215.43º72.57%65.69%-
HSV(B)215.43º54.98%90.59%-
XYZ32.0232.4980.18-
YUV149174.2795.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 231 (90.62% from 255) = 47.05%
R=21.18%
G=31.77%
B=47.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1041562310.550.3200.09215.4372.5765.69
Hex689CE7372009d74942
Octal1502343476740011327111102
Binary11010001001110011100111110111100000010011101011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689CE7; }

 p { color: rgb(104,156,231); }

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

<style>
 a { background-color: #689CE7; }

 a { background-color: rgb(104,156,231); }

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

<style>
 span { border-color: #689CE7; }

 span { border-color: rgb(104,156,231); }

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