#6892F3

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

Shades of Cornflower Blue #6892F3

Tints of Cornflower Blue #6892F3

Color information

#6892F3 (or 0x6892F3) is unknown color: approx Cornflower Blue. HEX triplet: 68, 92 and F3. RGB value is (104,146,243). Sum of RGB (Red+Green+Blue) = 104+146+243=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #6892F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6892F3 is #976D0C. Grayscale: #909090. Windows color (decimal): -9923853 or 15962728. OLE color: 15962728.

HSL color Cylindrical-coordinate representation of color #6892F3: hue angle of 221.87º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6892F3 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104146243-
CMYK0.570.4000.05
HSL221.87º85.28%68.04%-
HSV(B)221.87º57.2%95.29%-
XYZ32.1729.9788.88-
YUV144.5183.5999.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.10%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 243 (95.31% from 255) = 49.29%
R=21.10%
G=29.61%
B=49.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041462430.570.4000.05221.8785.2868.04
Hex6892F3392805de5544
Octal150222363715005336125104
Binary1101000100100101111001111100110100001011101111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6892F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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