#6892E5

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

Shades of Cornflower Blue #6892E5

Tints of Cornflower Blue #6892E5

Color information

#6892E5 (or 0x6892E5) is unknown color: approx Cornflower Blue. HEX triplet: 68, 92 and E5. RGB value is (104,146,229). Sum of RGB (Red+Green+Blue) = 104+146+229=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #6892E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892E5 is #976D1A. Grayscale: #8E8E8E. Windows color (decimal): -9923867 or 15045224. OLE color: 15045224.

HSL color Cylindrical-coordinate representation of color #6892E5: hue angle of 219.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6892E5 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB104146229-
CMYK0.550.3600.10
HSL219.84º70.62%65.29%-
HSV(B)219.84º54.59%89.8%-
XYZ30.1329.1678.17-
YUV142.9176.59100.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.71%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 229 (89.84% from 255) = 47.81%
R=21.71%
G=30.48%
B=47.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1041462290.550.3600.10219.8470.6265.29
Hex6892E537240Adc4741
Octal1502223456744012334107101
Binary11010001001001011100101110111100100010101101110010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6892E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6892E5; }

 p { color: rgb(104,146,229); }

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

<style>
 a { background-color: #6892E5; }

 a { background-color: rgb(104,146,229); }

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

<style>
 span { border-color: #6892E5; }

 span { border-color: rgb(104,146,229); }

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