#6895EE

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

Shades of Cornflower Blue #6895EE

Tints of Cornflower Blue #6895EE

Color information

#6895EE (or 0x6895EE) is unknown color: approx Cornflower Blue. HEX triplet: 68, 95 and EE. RGB value is (104,149,238). Sum of RGB (Red+Green+Blue) = 104+149+238=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #6895EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895EE is #976A11. Grayscale: #919191. Windows color (decimal): -9923090 or 15635816. OLE color: 15635816.

HSL color Cylindrical-coordinate representation of color #6895EE: hue angle of 219.85º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6895EE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104149238-
CMYK0.560.3700.07
HSL219.85º79.76%67.06%-
HSV(B)219.85º56.3%93.33%-
XYZ31.8930.6185.12-
YUV145.69180.0998.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=21.18%
G=30.35%
B=48.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041492380.560.3700.07219.8579.7667.06
Hex6895EE382507dc5043
Octal150225356704507334120103
Binary1101000100101011110111011100010010101111101110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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