#6898EE

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

Shades of Cornflower Blue #6898EE

Tints of Cornflower Blue #6898EE

Color information

#6898EE (or 0x6898EE) is unknown color: approx Cornflower Blue. HEX triplet: 68, 98 and EE. RGB value is (104,152,238). Sum of RGB (Red+Green+Blue) = 104+152+238=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #6898EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6898EE is #976711. Grayscale: #939393. Windows color (decimal): -9922322 or 15636584. OLE color: 15636584.

HSL color Cylindrical-coordinate representation of color #6898EE: hue angle of 218.51º 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 #6898EE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104152238-
CMYK0.560.3600.07
HSL218.51º79.76%67.06%-
HSV(B)218.51º56.3%93.33%-
XYZ32.3731.5785.28-
YUV147.45179.197.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=21.05%
G=30.77%
B=48.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041522380.560.3600.07218.5179.7667.06
Hex6898EE382407db5043
Octal150230356704407333120103
Binary1101000100110001110111011100010010001111101101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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