#698DDD

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

Shades of Cornflower Blue #698DDD

Tints of Cornflower Blue #698DDD

Color information

#698DDD (or 0x698DDD) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8D and DD. RGB value is (105,141,221). Sum of RGB (Red+Green+Blue) = 105+141+221=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #698DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DDD is #967222. Grayscale: #8B8B8B. Windows color (decimal): -9859619 or 14519657. OLE color: 14519657.

HSL color Cylindrical-coordinate representation of color #698DDD: hue angle of 221.38º 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 #698DDD is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105141221-
CMYK0.520.3600.13
HSL221.38º63.04%63.92%-
HSV(B)221.38º52.49%86.67%-
XYZ28.427.2772.17-
YUV139.36174.07103.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.48%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=22.48%
G=30.19%
B=47.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051412210.520.3600.13221.3863.0463.92
Hex698DDD34240Ddd3f40
Octal151215335644401533577100
Binary1101001100011011101110111010010010001101110111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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