#6793FA

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

Shades of Cornflower Blue #6793FA

Tints of Cornflower Blue #6793FA

Color information

#6793FA (or 0x6793FA) is unknown color: approx Cornflower Blue. HEX triplet: 67, 93 and FA. RGB value is (103,147,250). Sum of RGB (Red+Green+Blue) = 103+147+250=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #6793FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6793FA is #986C05. Grayscale: #919191. Windows color (decimal): -9989126 or 16421735. OLE color: 16421735.

HSL color Cylindrical-coordinate representation of color #6793FA: hue angle of 222.04º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6793FA is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103147250-
CMYK0.590.4100.02
HSL222.04º93.63%69.22%-
HSV(B)222.04º58.8%98.04%-
XYZ33.2830.6594.6-
YUV145.59186.9297.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.6%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 250 (98.05% from 255) = 50%
R=20.6%
G=29.4%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1031472500.590.4100.02222.0493.6369.22
Hex6793FA3B2902de5e45
Octal147223372735102336136105
Binary110011110010011111110101110111010010101101111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6793FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6793FA; }

 p { color: rgb(103,147,250); }

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

<style>
 a { background-color: #6793FA; }

 a { background-color: rgb(103,147,250); }

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

<style>
 span { border-color: #6793FA; }

 span { border-color: rgb(103,147,250); }

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