#698DD6

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

Shades of Cornflower Blue #698DD6

Tints of Cornflower Blue #698DD6

Color information

#698DD6 (or 0x698DD6) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8D and D6. RGB value is (105,141,214). Sum of RGB (Red+Green+Blue) = 105+141+214=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #698DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DD6 is #967229. Grayscale: #8A8A8A. Windows color (decimal): -9859626 or 14060905. OLE color: 14060905.

HSL color Cylindrical-coordinate representation of color #698DD6: hue angle of 220.18º degrees, saturation: 0.57, 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 #698DD6 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105141214-
CMYK0.510.3400.16
HSL220.18º57.07%62.55%-
HSV(B)220.18º50.93%83.92%-
XYZ27.4926.9167.36-
YUV138.56170.57104.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.83%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 214 (83.98% from 255) = 46.52%
R=22.83%
G=30.65%
B=46.52%

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
Decimal1051412140.510.3400.16220.1857.0762.55
Hex698DD63322010dc393f
Octal15121532663420203347177
Binary1101001100011011101011011001110001001000011011100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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