#699DFA

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

Shades of Cornflower Blue #699DFA

Tints of Cornflower Blue #699DFA

Color information

#699DFA (or 0x699DFA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9D and FA. RGB value is (105,157,250). Sum of RGB (Red+Green+Blue) = 105+157+250=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #699DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699DFA is #966205. Grayscale: #979797. Windows color (decimal): -9855494 or 16424297. OLE color: 16424297.

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

Color convert

RGB105157250-
CMYK0.580.3700.02
HSL218.48º93.55%69.61%-
HSV(B)218.48º58%98.04%-
XYZ35.1434.0295.16-
YUV152.05183.2794.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.51%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=20.51%
G=30.66%
B=48.83%

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
Decimal1051572500.580.3700.02218.4893.5569.61
Hex699DFA3A2502da5e46
Octal151235372724502332136106
Binary110100110011101111110101110101001010101101101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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