#699FFA

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

Shades of Cornflower Blue #699FFA

Tints of Cornflower Blue #699FFA

Color information

#699FFA (or 0x699FFA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9F and FA. RGB value is (105,159,250). Sum of RGB (Red+Green+Blue) = 105+159+250=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #699FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FFA is #966005. Grayscale: #989898. Windows color (decimal): -9854982 or 16424809. OLE color: 16424809.

HSL color Cylindrical-coordinate representation of color #699FFA: hue angle of 217.66º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699FFA is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105159250-
CMYK0.580.3600.02
HSL217.66º93.55%69.61%-
HSV(B)217.66º58%98.04%-
XYZ35.4834.795.27-
YUV153.23182.6193.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.43%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 250 (98.05% from 255) = 48.64%
R=20.43%
G=30.93%
B=48.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051592500.580.3600.02217.6693.5569.61
Hex699FFA3A2402da5e46
Octal151237372724402332136106
Binary110100110011111111110101110101001000101101101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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