#6894ED

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

Shades of Cornflower Blue #6894ED

Tints of Cornflower Blue #6894ED

Color information

#6894ED (or 0x6894ED) is unknown color: approx Cornflower Blue. HEX triplet: 68, 94 and ED. RGB value is (104,148,237). Sum of RGB (Red+Green+Blue) = 104+148+237=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #6894ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6894ED is #976B12. Grayscale: #909090. Windows color (decimal): -9923347 or 15570024. OLE color: 15570024.

HSL color Cylindrical-coordinate representation of color #6894ED: hue angle of 220.15º degrees, saturation: 0.79, 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 #6894ED is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104148237-
CMYK0.560.3800.07
HSL220.15º78.7%66.86%-
HSV(B)220.15º56.12%92.94%-
XYZ31.5830.2484.29-
YUV144.99179.9298.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=21.27%
G=30.27%
B=48.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041482370.560.3800.07220.1578.766.86
Hex6894ED382607dc4f43
Octal150224355704607334117103
Binary1101000100101001110110111100010011001111101110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6894ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6894ED; }

 p { color: rgb(104,148,237); }

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

<style>
 a { background-color: #6894ED; }

 a { background-color: rgb(104,148,237); }

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

<style>
 span { border-color: #6894ED; }

 span { border-color: rgb(104,148,237); }

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