#6892E0

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

Shades of Cornflower Blue #6892E0

Tints of Cornflower Blue #6892E0

Color information

#6892E0 (or 0x6892E0) is unknown color: approx Cornflower Blue. HEX triplet: 68, 92 and E0. RGB value is (104,146,224). Sum of RGB (Red+Green+Blue) = 104+146+224=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #6892E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892E0 is #976D1F. Grayscale: #8D8D8D. Windows color (decimal): -9923872 or 14717544. OLE color: 14717544.

HSL color Cylindrical-coordinate representation of color #6892E0: hue angle of 219º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6892E0 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB104146224-
CMYK0.540.3500.12
HSL219º65.93%64.31%-
HSV(B)219º53.57%87.84%-
XYZ29.4428.8874.54-
YUV142.33174.09100.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.94%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 224 (87.89% from 255) = 47.26%
R=21.94%
G=30.80%
B=47.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1041462240.540.3500.1221965.9364.31
Hex6892E036230Cdb4240
Octal1502223406643014333102100
Binary11010001001001011100000110110100011011001101101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6892E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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