#6895EA

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

Shades of Cornflower Blue #6895EA

Tints of Cornflower Blue #6895EA

Color information

#6895EA (or 0x6895EA) is unknown color: approx Cornflower Blue. HEX triplet: 68, 95 and EA. RGB value is (104,149,234). Sum of RGB (Red+Green+Blue) = 104+149+234=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #6895EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895EA is #976A15. Grayscale: #909090. Windows color (decimal): -9923094 or 15373672. OLE color: 15373672.

HSL color Cylindrical-coordinate representation of color #6895EA: hue angle of 219.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6895EA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104149234-
CMYK0.560.3600.08
HSL219.23º75.58%66.27%-
HSV(B)219.23º55.56%91.76%-
XYZ31.3130.3882.06-
YUV145.24178.0998.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.36%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=21.36%
G=30.60%
B=48.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041492340.560.3600.08219.2375.5866.27
Hex6895EA382408db4c42
Octal1502253527044010333114102
Binary11010001001010111101010111000100100010001101101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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