#697DFC

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

Shades of Cornflower Blue #697DFC

Tints of Cornflower Blue #697DFC

Color information

#697DFC (or 0x697DFC) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7D and FC. RGB value is (105,125,252). Sum of RGB (Red+Green+Blue) = 105+125+252=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #697DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697DFC is #968203. Grayscale: #848484. Windows color (decimal): -9863684 or 16547177. OLE color: 16547177.

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

Color convert

RGB105125252-
CMYK0.580.5000.01
HSL231.84º96.08%70%-
HSV(B)231.84º58.33%98.82%-
XYZ30.7324.795.24-
YUV133.5194.87107.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.78%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 252 (98.83% from 255) = 52.28%
R=21.78%
G=25.93%
B=52.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051252520.580.5000.01231.8496.0870
Hex697DFC3A3201e86046
Octal151175374726201350140106
Binary1101001111110111111100111010110010011110100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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