#698DD7

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

Shades of Cornflower Blue #698DD7

Tints of Cornflower Blue #698DD7

Color information

#698DD7 (or 0x698DD7) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8D and D7. RGB value is (105,141,215). Sum of RGB (Red+Green+Blue) = 105+141+215=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #698DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DD7 is #967228. Grayscale: #8A8A8A. Windows color (decimal): -9859625 or 14126441. OLE color: 14126441.

HSL color Cylindrical-coordinate representation of color #698DD7: hue angle of 220.36º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #698DD7 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105141215-
CMYK0.510.3400.16
HSL220.36º57.89%62.75%-
HSV(B)220.36º51.16%84.31%-
XYZ27.6226.9668.04-
YUV138.67171.07103.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 215 (84.38% from 255) = 46.64%
R=22.78%
G=30.59%
B=46.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051412150.510.3400.16220.3657.8962.75
Hex698DD73322010dc3a3f
Octal15121532763420203347277
Binary1101001100011011101011111001110001001000011011100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698DD7; }

 p { color: rgb(105,141,215); }

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

<style>
 a { background-color: #698DD7; }

 a { background-color: rgb(105,141,215); }

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

<style>
 span { border-color: #698DD7; }

 span { border-color: rgb(105,141,215); }

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