#689aed

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

Shades of Cornflower Blue #689AED

Tints of Cornflower Blue #689AED

Color information

#689AED (or 0x689AED) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9A and ED. RGB value is (104,154,237). Sum of RGB (Red+Green+Blue) = 104+154+237=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #689AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689AED is #976512. Grayscale: #949494. Windows color (decimal): -9921811 or 15571560. OLE color: 15571560.

HSL color Cylindrical-coordinate representation of color #689AED: hue angle of 217.44º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #689AED is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104154237-
CMYK0.560.3500.07
HSL217.44º78.7%66.86%-
HSV(B)217.44º56.12%92.94%-
XYZ32.5532.1784.61-
YUV148.51177.9496.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 237 (92.97% from 255) = 47.88%
R=21.01%
G=31.11%
B=47.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041542370.560.3500.07217.4478.766.86
Hex689AED382307d94f43
Octal150232355704307331117103
Binary1101000100110101110110111100010001101111101100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689aed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,154,237); }

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

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

 a { background-color: rgb(104,154,237); }

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

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

 span { border-color: rgb(104,154,237); }

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