#699FFF

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

Shades of Cornflower Blue #699FFF

Tints of Cornflower Blue #699FFF

Color information

#699FFF (or 0x699FFF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9F and FF. RGB value is (105,159,255). Sum of RGB (Red+Green+Blue) = 105+159+255=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #699FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FFF is #966000. Grayscale: #999999. Windows color (decimal): -9854977 or 16752489. OLE color: 16752489.

HSL color Cylindrical-coordinate representation of color #699FFF: hue angle of 218.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #699FFF is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105159255-
CMYK0.590.3800
HSL218.4º100%70.59%-
HSV(B)218.4º58.82%100%-
XYZ36.2735.0299.46-
YUV153.8185.1193.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.23%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 255 (100% from 255) = 49.13%
R=20.23%
G=30.64%
B=49.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051592550.590.3800218.410070.59
Hex699FFF3B2600da6447
Octal151237377734600332144107
Binary11010011001111111111111111011100110001101101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699FFF; }

 p { color: rgb(105,159,255); }

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

<style>
 a { background-color: #699FFF; }

 a { background-color: rgb(105,159,255); }

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

<style>
 span { border-color: #699FFF; }

 span { border-color: rgb(105,159,255); }

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