#698AF9

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

Shades of Cornflower Blue #698AF9

Tints of Cornflower Blue #698AF9

Color information

#698AF9 (or 0x698AF9) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8A and F9. RGB value is (105,138,249). Sum of RGB (Red+Green+Blue) = 105+138+249=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #698AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698AF9 is #967506. Grayscale: #8C8C8C. Windows color (decimal): -9860359 or 16353897. OLE color: 16353897.

HSL color Cylindrical-coordinate representation of color #698AF9: hue angle of 226.25º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698AF9 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105138249-
CMYK0.580.4500.02
HSL226.25º92.31%69.41%-
HSV(B)226.25º57.83%97.65%-
XYZ32.0128.0293.34-
YUV140.79189.07102.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.34%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 249 (97.66% from 255) = 50.61%
R=21.34%
G=28.05%
B=50.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051382490.580.4500.02226.2592.3169.41
Hex698AF93A2D02e25c45
Octal151212371725502342134105
Binary110100110001010111110011110101011010101110001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,138,249); }

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

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

 a { background-color: rgb(105,138,249); }

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

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

 span { border-color: rgb(105,138,249); }

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