#6898EB

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

Shades of Cornflower Blue #6898EB

Tints of Cornflower Blue #6898EB

Color information

#6898EB (or 0x6898EB) is unknown color: approx Cornflower Blue. HEX triplet: 68, 98 and EB. RGB value is (104,152,235). Sum of RGB (Red+Green+Blue) = 104+152+235=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #6898EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6898EB is #976714. Grayscale: #929292. Windows color (decimal): -9922325 or 15439976. OLE color: 15439976.

HSL color Cylindrical-coordinate representation of color #6898EB: hue angle of 218.02º degrees, saturation: 0.77, 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 #6898EB is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104152235-
CMYK0.560.3500.08
HSL218.02º76.61%66.47%-
HSV(B)218.02º55.74%92.16%-
XYZ31.9331.482.97-
YUV147.11177.697.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 235 (92.19% from 255) = 47.86%
R=21.18%
G=30.96%
B=47.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041522350.560.3500.08218.0276.6166.47
Hex6898EB382308da4d42
Octal1502303537043010332115102
Binary11010001001100011101011111000100011010001101101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6898EB; }

 p { color: rgb(104,152,235); }

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

<style>
 a { background-color: #6898EB; }

 a { background-color: rgb(104,152,235); }

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

<style>
 span { border-color: #6898EB; }

 span { border-color: rgb(104,152,235); }

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