#6989EB

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

Shades of Cornflower Blue #6989EB

Tints of Cornflower Blue #6989EB

Color information

#6989EB (or 0x6989EB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 89 and EB. RGB value is (105,137,235). Sum of RGB (Red+Green+Blue) = 105+137+235=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #6989EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6989EB is #967614. Grayscale: #8A8A8A. Windows color (decimal): -9860629 or 15436137. OLE color: 15436137.

HSL color Cylindrical-coordinate representation of color #6989EB: hue angle of 225.23º 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 #6989EB is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105137235-
CMYK0.550.4200.08
HSL225.23º76.47%66.67%-
HSV(B)225.23º55.32%92.16%-
XYZ29.7726.8982.22-
YUV138.6182.4104.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.01%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 235 (92.19% from 255) = 49.27%
R=22.01%
G=28.72%
B=49.27%

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
Decimal1051372350.550.4200.08225.2376.4766.67
Hex6989EB372A08e14c43
Octal1512113536752010341114103
Binary11010011000100111101011110111101010010001110000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6989EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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