#689CF1

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

Shades of Cornflower Blue #689CF1

Tints of Cornflower Blue #689CF1

Color information

#689CF1 (or 0x689CF1) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9C and F1. RGB value is (104,156,241). Sum of RGB (Red+Green+Blue) = 104+156+241=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #689CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CF1 is #97630E. Grayscale: #959595. Windows color (decimal): -9921295 or 15834216. OLE color: 15834216.

HSL color Cylindrical-coordinate representation of color #689CF1: hue angle of 217.23º degrees, saturation: 0.83, 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 #689CF1 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104156241-
CMYK0.570.3500.05
HSL217.23º83.03%67.65%-
HSV(B)217.23º56.85%94.51%-
XYZ33.4733.0787.84-
YUV150.14179.2795.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.76%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 241 (94.53% from 255) = 48.10%
R=20.76%
G=31.14%
B=48.10%

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
Decimal1041562410.570.3500.05217.2383.0367.65
Hex689CF1392305d95344
Octal150234361714305331123104
Binary1101000100111001111000111100110001101011101100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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