#699DFF

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

Shades of Cornflower Blue #699DFF

Tints of Cornflower Blue #699DFF

Color information

#699DFF (or 0x699DFF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9D and FF. RGB value is (105,157,255). Sum of RGB (Red+Green+Blue) = 105+157+255=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #699DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699DFF is #966200. Grayscale: #989898. Windows color (decimal): -9855489 or 16751977. OLE color: 16751977.

HSL color Cylindrical-coordinate representation of color #699DFF: hue angle of 219.2º 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 #699DFF is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105157255-
CMYK0.590.3800
HSL219.2º100%70.59%-
HSV(B)219.2º58.82%100%-
XYZ35.9334.3499.34-
YUV152.62185.7794.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 255 (100% from 255) = 49.32%
R=20.31%
G=30.37%
B=49.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051572550.590.3800219.210070.59
Hex699DFF3B2600db6447
Octal151235377734600333144107
Binary11010011001110111111111111011100110001101101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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