#6988EB

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

Shades of Cornflower Blue #6988EB

Tints of Cornflower Blue #6988EB

Color information

#6988EB (or 0x6988EB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 88 and EB. RGB value is (105,136,235). Sum of RGB (Red+Green+Blue) = 105+136+235=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #6988EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6988EB is #967714. Grayscale: #898989. Windows color (decimal): -9860885 or 15435881. OLE color: 15435881.

HSL color Cylindrical-coordinate representation of color #6988EB: hue angle of 225.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6988EB is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105136235-
CMYK0.550.4200.08
HSL225.69º76.47%66.67%-
HSV(B)225.69º55.32%92.16%-
XYZ29.6326.6182.17-
YUV138.02182.73104.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=22.06%
G=28.57%
B=49.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051362350.550.4200.08225.6976.4766.67
Hex6988EB372A08e24c43
Octal1512103536752010342114103
Binary11010011000100011101011110111101010010001110001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6988EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,136,235); }

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

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

 a { background-color: rgb(105,136,235); }

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

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

 span { border-color: rgb(105,136,235); }

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