#698FDF

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

Shades of Cornflower Blue #698FDF

Tints of Cornflower Blue #698FDF

Color information

#698FDF (or 0x698FDF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8F and DF. RGB value is (105,143,223). Sum of RGB (Red+Green+Blue) = 105+143+223=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #698FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FDF is #967020. Grayscale: #8C8C8C. Windows color (decimal): -9859105 or 14651241. OLE color: 14651241.

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

Color convert

RGB105143223-
CMYK0.530.3600.13
HSL220.68º64.84%64.31%-
HSV(B)220.68º52.91%87.45%-
XYZ28.9727.9873.69-
YUV140.76174.41102.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=22.29%
G=30.36%
B=47.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051432230.530.3600.13220.6864.8464.31
Hex698FDF35240Ddd4140
Octal1512173376544015335101100
Binary11010011000111111011111110101100100011011101110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,143,223); }

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

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

 a { background-color: rgb(105,143,223); }

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

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

 span { border-color: rgb(105,143,223); }

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