#699BFA

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

Shades of Cornflower Blue #699BFA

Tints of Cornflower Blue #699BFA

Color information

#699BFA (or 0x699BFA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9B and FA. RGB value is (105,155,250). Sum of RGB (Red+Green+Blue) = 105+155+250=510 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.59% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #699BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BFA is #966405. Grayscale: #969696. Windows color (decimal): -9856006 or 16423785. OLE color: 16423785.

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

Color convert

RGB105155250-
CMYK0.580.3800.02
HSL219.31º93.55%69.61%-
HSV(B)219.31º58%98.04%-
XYZ34.833.3595.05-
YUV150.88183.9495.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.59%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=20.59%
G=30.39%
B=49.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051552500.580.3800.02219.3193.5569.61
Hex699BFA3A2602db5e46
Octal151233372724602333136106
Binary110100110011011111110101110101001100101101101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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