#6898FD

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

Shades of Cornflower Blue #6898FD

Tints of Cornflower Blue #6898FD

Color information

#6898FD (or 0x6898FD) is unknown color: approx Cornflower Blue. HEX triplet: 68, 98 and FD. RGB value is (104,152,253). Sum of RGB (Red+Green+Blue) = 104+152+253=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #6898FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6898FD is #976702. Grayscale: #949494. Windows color (decimal): -9922307 or 16619624. OLE color: 16619624.

HSL color Cylindrical-coordinate representation of color #6898FD: hue angle of 220.67º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6898FD is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104152253-
CMYK0.590.4000.01
HSL220.67º97.39%70%-
HSV(B)220.67º58.89%99.22%-
XYZ34.6732.4997.37-
YUV149.16186.695.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.43%
GREEN value IS 152 (59.77% from 255) = 29.86%
BLUE value IS 253 (99.22% from 255) = 49.71%
R=20.43%
G=29.86%
B=49.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041522530.590.4000.01220.6797.3970
Hex6898FD3B2801dd6146
Octal150230375735001335141106
Binary11010001001100011111101111011101000011101110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6898FD; }

 p { color: rgb(104,152,253); }

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

<style>
 a { background-color: #6898FD; }

 a { background-color: rgb(104,152,253); }

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

<style>
 span { border-color: #6898FD; }

 span { border-color: rgb(104,152,253); }

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