#697DFA

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

Shades of Cornflower Blue #697DFA

Tints of Cornflower Blue #697DFA

Color information

#697DFA (or 0x697DFA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7D and FA. RGB value is (105,125,250). Sum of RGB (Red+Green+Blue) = 105+125+250=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #697DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697DFA is #968205. Grayscale: #848484. Windows color (decimal): -9863686 or 16416105. OLE color: 16416105.

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

Color convert

RGB105125250-
CMYK0.580.5000.02
HSL231.72º93.55%69.61%-
HSV(B)231.72º58%98.04%-
XYZ30.4124.5793.58-
YUV133.27193.87107.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 250 (98.05% from 255) = 52.08%
R=21.88%
G=26.04%
B=52.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051252500.580.5000.02231.7293.5569.61
Hex697DFA3A3202e85e46
Octal151175372726202350136106
Binary11010011111101111110101110101100100101110100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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