#698FFF

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

Shades of Cornflower Blue #698FFF

Tints of Cornflower Blue #698FFF

Color information

#698FFF (or 0x698FFF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8F and FF. RGB value is (105,143,255). Sum of RGB (Red+Green+Blue) = 105+143+255=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #698FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FFF is #967000. Grayscale: #8F8F8F. Windows color (decimal): -9859073 or 16748393. OLE color: 16748393.

HSL color Cylindrical-coordinate representation of color #698FFF: hue angle of 224.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698FFF is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105143255-
CMYK0.590.4400
HSL224.8º100%70.59%-
HSV(B)224.8º58.82%100%-
XYZ33.729.8798.6-
YUV144.41190.4199.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.87%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 255 (100% from 255) = 50.70%
R=20.87%
G=28.43%
B=50.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051432550.590.4400224.810070.59
Hex698FFF3B2C00e16447
Octal151217377735400341144107
Binary11010011000111111111111111011101100001110000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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