#689EF2

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

Shades of Cornflower Blue #689EF2

Tints of Cornflower Blue #689EF2

Color information

#689EF2 (or 0x689EF2) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9E and F2. RGB value is (104,158,242). Sum of RGB (Red+Green+Blue) = 104+158+242=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #689EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689EF2 is #97610D. Grayscale: #979797. Windows color (decimal): -9920782 or 15900264. OLE color: 15900264.

HSL color Cylindrical-coordinate representation of color #689EF2: hue angle of 216.52º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689EF2 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104158242-
CMYK0.570.3500.05
HSL216.52º84.15%67.84%-
HSV(B)216.52º57.02%94.9%-
XYZ33.9633.8188.74-
YUV151.43179.1194.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.63%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 242 (94.92% from 255) = 48.02%
R=20.63%
G=31.35%
B=48.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041582420.570.3500.05216.5284.1567.84
Hex689EF2392305d95444
Octal150236362714305331124104
Binary1101000100111101111001011100110001101011101100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,158,242); }

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

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

 a { background-color: rgb(104,158,242); }

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

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

 span { border-color: rgb(104,158,242); }

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