#697FF1

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

Shades of Cornflower Blue #697FF1

Tints of Cornflower Blue #697FF1

Color information

#697FF1 (or 0x697FF1) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7F and F1. RGB value is (105,127,241). Sum of RGB (Red+Green+Blue) = 105+127+241=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #697FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FF1 is #96800E. Grayscale: #848484. Windows color (decimal): -9863183 or 15826793. OLE color: 15826793.

HSL color Cylindrical-coordinate representation of color #697FF1: hue angle of 230.29º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697FF1 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105127241-
CMYK0.560.4700.05
HSL230.29º82.93%67.84%-
HSV(B)230.29º56.43%94.51%-
XYZ29.2924.5386.41-
YUV133.42188.71107.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 241 (94.53% from 255) = 50.95%
R=22.20%
G=26.85%
B=50.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051272410.560.4700.05230.2982.9367.84
Hex697FF1382F05e65344
Octal151177361705705346123104
Binary110100111111111111000111100010111101011110011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,127,241); }

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

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

 a { background-color: rgb(105,127,241); }

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

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

 span { border-color: rgb(105,127,241); }

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