#6895EF

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

Shades of Cornflower Blue #6895EF

Tints of Cornflower Blue #6895EF

Color information

#6895EF (or 0x6895EF) is unknown color: approx Cornflower Blue. HEX triplet: 68, 95 and EF. RGB value is (104,149,239). Sum of RGB (Red+Green+Blue) = 104+149+239=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #6895EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895EF is #976A10. Grayscale: #919191. Windows color (decimal): -9923089 or 15701352. OLE color: 15701352.

HSL color Cylindrical-coordinate representation of color #6895EF: hue angle of 220º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6895EF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104149239-
CMYK0.560.3800.06
HSL220º80.84%67.25%-
HSV(B)220º56.49%93.73%-
XYZ32.0430.6785.89-
YUV145.8180.5998.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 239 (93.75% from 255) = 48.58%
R=21.14%
G=30.28%
B=48.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1041492390.560.3800.0622080.8467.25
Hex6895EF382606dc5143
Octal150225357704606334121103
Binary1101000100101011110111111100010011001101101110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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