#698cdd

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

Shades of Cornflower Blue #698CDD

Tints of Cornflower Blue #698CDD

Color information

#698CDD (or 0x698CDD) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8C and DD. RGB value is (105,140,221). Sum of RGB (Red+Green+Blue) = 105+140+221=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #698CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CDD is #967322. Grayscale: #8A8A8A. Windows color (decimal): -9859875 or 14519401. OLE color: 14519401.

HSL color Cylindrical-coordinate representation of color #698CDD: hue angle of 221.9º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698CDD is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105140221-
CMYK0.520.3700.13
HSL221.9º63.04%63.92%-
HSV(B)221.9º52.49%86.67%-
XYZ28.2526.9872.13-
YUV138.77174.4103.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 221 (86.72% from 255) = 47.42%
R=22.53%
G=30.04%
B=47.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051402210.520.3700.13221.963.0463.92
Hex698CDD34250Dde3f40
Octal151214335644501533677100
Binary1101001100011001101110111010010010101101110111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,140,221); }

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

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

 a { background-color: rgb(105,140,221); }

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

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

 span { border-color: rgb(105,140,221); }

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