#699EFA

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

Shades of Cornflower Blue #699EFA

Tints of Cornflower Blue #699EFA

Color information

#699EFA (or 0x699EFA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9E and FA. RGB value is (105,158,250). Sum of RGB (Red+Green+Blue) = 105+158+250=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #699EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EFA is #966105. Grayscale: #989898. Windows color (decimal): -9855238 or 16424553. OLE color: 16424553.

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

Color convert

RGB105158250-
CMYK0.580.3700.02
HSL218.07º93.55%69.61%-
HSV(B)218.07º58%98.04%-
XYZ35.3134.3695.21-
YUV152.64182.9494.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.47%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=20.47%
G=30.80%
B=48.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051582500.580.3700.02218.0793.5569.61
Hex699EFA3A2502da5e46
Octal151236372724502332136106
Binary110100110011110111110101110101001010101101101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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