#689AFD

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

Shades of Cornflower Blue #689AFD

Tints of Cornflower Blue #689AFD

Color information

#689AFD (or 0x689AFD) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9A and FD. RGB value is (104,154,253). Sum of RGB (Red+Green+Blue) = 104+154+253=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #689AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689AFD is #976502. Grayscale: #959595. Windows color (decimal): -9921795 or 16620136. OLE color: 16620136.

HSL color Cylindrical-coordinate representation of color #689AFD: hue angle of 219.87º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #689AFD is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104154253-
CMYK0.590.3900.01
HSL219.87º97.39%70%-
HSV(B)219.87º58.89%99.22%-
XYZ34.9933.1597.48-
YUV150.34185.9494.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.35%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=20.35%
G=30.14%
B=49.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041542530.590.3900.01219.8797.3970
Hex689AFD3B2701dc6146
Octal150232375734701334141106
Binary11010001001101011111101111011100111011101110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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