#699FFC

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

Shades of Cornflower Blue #699FFC

Tints of Cornflower Blue #699FFC

Color information

#699FFC (or 0x699FFC) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9F and FC. RGB value is (105,159,252). Sum of RGB (Red+Green+Blue) = 105+159+252=516 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.35% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #699FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FFC is #966003. Grayscale: #999999. Windows color (decimal): -9854980 or 16555881. OLE color: 16555881.

HSL color Cylindrical-coordinate representation of color #699FFC: hue angle of 217.96º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699FFC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105159252-
CMYK0.580.3700.01
HSL217.96º96.08%70%-
HSV(B)217.96º58.33%98.82%-
XYZ35.7934.8396.93-
YUV153.46183.6193.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.35%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 252 (98.83% from 255) = 48.84%
R=20.35%
G=30.81%
B=48.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051592520.580.3700.01217.9696.0870
Hex699FFC3A2501da6046
Octal151237374724501332140106
Binary11010011001111111111100111010100101011101101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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