#6894E9

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

Shades of Cornflower Blue #6894E9

Tints of Cornflower Blue #6894E9

Color information

#6894E9 (or 0x6894E9) is unknown color: approx Cornflower Blue. HEX triplet: 68, 94 and E9. RGB value is (104,148,233). Sum of RGB (Red+Green+Blue) = 104+148+233=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #6894E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6894E9 is #976B16. Grayscale: #909090. Windows color (decimal): -9923351 or 15307880. OLE color: 15307880.

HSL color Cylindrical-coordinate representation of color #6894E9: hue angle of 219.53º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6894E9 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB104148233-
CMYK0.550.3600.09
HSL219.53º74.57%66.08%-
HSV(B)219.53º55.36%91.37%-
XYZ31.0130.0181.25-
YUV144.53177.9299.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.44%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 233 (91.41% from 255) = 48.04%
R=21.44%
G=30.52%
B=48.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1041482330.550.3600.09219.5374.5766.08
Hex6894E9372409dc4b42
Octal1502243516744011334113102
Binary11010001001010011101001110111100100010011101110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6894E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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