#6893F3

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

Shades of Cornflower Blue #6893F3

Tints of Cornflower Blue #6893F3

Color information

#6893F3 (or 0x6893F3) is unknown color: approx Cornflower Blue. HEX triplet: 68, 93 and F3. RGB value is (104,147,243). Sum of RGB (Red+Green+Blue) = 104+147+243=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #6893F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6893F3 is #976C0C. Grayscale: #909090. Windows color (decimal): -9923597 or 15962984. OLE color: 15962984.

HSL color Cylindrical-coordinate representation of color #6893F3: hue angle of 221.44º 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 #6893F3 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104147243-
CMYK0.570.4000.05
HSL221.44º85.28%68.04%-
HSV(B)221.44º57.2%95.29%-
XYZ32.3230.2888.94-
YUV145.09183.2598.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 243 (95.31% from 255) = 49.19%
R=21.05%
G=29.76%
B=49.19%

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
Decimal1041472430.570.4000.05221.4485.2868.04
Hex6893F3392805dd5544
Octal150223363715005335125104
Binary1101000100100111111001111100110100001011101110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6893F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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