#697CFC

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

Shades of Cornflower Blue #697CFC

Tints of Cornflower Blue #697CFC

Color information

#697CFC (or 0x697CFC) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7C and FC. RGB value is (105,124,252). Sum of RGB (Red+Green+Blue) = 105+124+252=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #697CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CFC is #968303. Grayscale: #848484. Windows color (decimal): -9863940 or 16546921. OLE color: 16546921.

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

Color convert

RGB105124252-
CMYK0.580.5100.01
HSL232.24º96.08%70%-
HSV(B)232.24º58.33%98.82%-
XYZ30.624.4595.2-
YUV132.91195.21108.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 252 (98.83% from 255) = 52.39%
R=21.83%
G=25.78%
B=52.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051242520.580.5100.01232.2496.0870
Hex697CFC3A3301e86046
Octal151174374726301350140106
Binary1101001111110011111100111010110011011110100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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