#697FD8

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

Shades of Cornflower Blue #697FD8

Tints of Cornflower Blue #697FD8

Color information

#697FD8 (or 0x697FD8) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7F and D8. RGB value is (105,127,216). Sum of RGB (Red+Green+Blue) = 105+127+216=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #697FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FD8 is #968027. Grayscale: #828282. Windows color (decimal): -9863208 or 14188393. OLE color: 14188393.

HSL color Cylindrical-coordinate representation of color #697FD8: hue angle of 228.11º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #697FD8 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105127216-
CMYK0.510.4100.15
HSL228.11º58.73%62.94%-
HSV(B)228.11º51.39%84.71%-
XYZ25.8123.1468.07-
YUV130.57176.21109.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.44%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 216 (84.77% from 255) = 48.21%
R=23.44%
G=28.35%
B=48.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051272160.510.4100.15228.1158.7362.94
Hex697FD833290Fe43b3f
Octal15117733063510173447377
Binary11010011111111110110001100111010010111111100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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