#6895EC

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

Shades of Cornflower Blue #6895EC

Tints of Cornflower Blue #6895EC

Color information

#6895EC (or 0x6895EC) is unknown color: approx Cornflower Blue. HEX triplet: 68, 95 and EC. RGB value is (104,149,236). Sum of RGB (Red+Green+Blue) = 104+149+236=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #6895EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895EC is #976A13. Grayscale: #919191. Windows color (decimal): -9923092 or 15504744. OLE color: 15504744.

HSL color Cylindrical-coordinate representation of color #6895EC: hue angle of 219.55º degrees, saturation: 0.78, 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 #6895EC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104149236-
CMYK0.560.3700.07
HSL219.55º77.65%66.67%-
HSV(B)219.55º55.93%92.55%-
XYZ31.630.4983.58-
YUV145.46179.0998.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 236 (92.58% from 255) = 48.26%
R=21.27%
G=30.47%
B=48.26%

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
Decimal1041492360.560.3700.07219.5577.6566.67
Hex6895EC382507dc4e43
Octal150225354704507334116103
Binary1101000100101011110110011100010010101111101110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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