#6998EF

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

Shades of Cornflower Blue #6998EF

Tints of Cornflower Blue #6998EF

Color information

#6998EF (or 0x6998EF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 98 and EF. RGB value is (105,152,239). Sum of RGB (Red+Green+Blue) = 105+152+239=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #6998EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6998EF is #966710. Grayscale: #939393. Windows color (decimal): -9856785 or 15702121. OLE color: 15702121.

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

Color convert

RGB105152239-
CMYK0.560.3600.06
HSL218.96º80.72%67.45%-
HSV(B)218.96º56.07%93.73%-
XYZ32.6331.6986.06-
YUV147.86179.4397.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 239 (93.75% from 255) = 48.19%
R=21.17%
G=30.65%
B=48.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051522390.560.3600.06218.9680.7267.45
Hex6998EF382406db5143
Octal151230357704406333121103
Binary1101001100110001110111111100010010001101101101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6998EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,152,239); }

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

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

 a { background-color: rgb(105,152,239); }

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

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

 span { border-color: rgb(105,152,239); }

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