#6895FE

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

Shades of Cornflower Blue #6895FE

Tints of Cornflower Blue #6895FE

Color information

#6895FE (or 0x6895FE) is unknown color: approx Cornflower Blue. HEX triplet: 68, 95 and FE. RGB value is (104,149,254). Sum of RGB (Red+Green+Blue) = 104+149+254=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #6895FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895FE is #976A01. Grayscale: #939393. Windows color (decimal): -9923074 or 16684392. OLE color: 16684392.

HSL color Cylindrical-coordinate representation of color #6895FE: hue angle of 222º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6895FE is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB104149254-
CMYK0.590.4100.00
HSL222º98.68%70.2%-
HSV(B)222º59.06%99.61%-
XYZ34.3531.5998.05-
YUV147.51188.0996.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.51%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=20.51%
G=29.39%
B=50.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1041492540.590.4100.0022298.6870.2
Hex6895FE3B2900de6346
Octal150225376735100336143106
Binary11010001001010111111110111011101001001101111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6895FE; }

 p { color: rgb(104,149,254); }

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

<style>
 a { background-color: #6895FE; }

 a { background-color: rgb(104,149,254); }

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

<style>
 span { border-color: #6895FE; }

 span { border-color: rgb(104,149,254); }

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