#6892E4

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

Shades of Cornflower Blue #6892E4

Tints of Cornflower Blue #6892E4

Color information

#6892E4 (or 0x6892E4) is unknown color: approx Cornflower Blue. HEX triplet: 68, 92 and E4. RGB value is (104,146,228). Sum of RGB (Red+Green+Blue) = 104+146+228=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #6892E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892E4 is #976D1B. Grayscale: #8E8E8E. Windows color (decimal): -9923868 or 14979688. OLE color: 14979688.

HSL color Cylindrical-coordinate representation of color #6892E4: hue angle of 219.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6892E4 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB104146228-
CMYK0.540.3600.11
HSL219.68º69.66%65.1%-
HSV(B)219.68º54.39%89.41%-
XYZ29.9929.177.44-
YUV142.79176.09100.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.76%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 228 (89.45% from 255) = 47.70%
R=21.76%
G=30.54%
B=47.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1041462280.540.3600.11219.6869.6665.1
Hex6892E436240Bdc4641
Octal1502223446644013334106101
Binary11010001001001011100100110110100100010111101110010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6892E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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