#6794df

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

Shades of Cornflower Blue #6794DF

Tints of Cornflower Blue #6794DF

Color information

#6794DF (or 0x6794DF) is unknown color: approx Cornflower Blue. HEX triplet: 67, 94 and DF. RGB value is (103,148,223). Sum of RGB (Red+Green+Blue) = 103+148+223=474 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.73% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #6794DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6794DF is #986B20. Grayscale: #8E8E8E. Windows color (decimal): -9988897 or 14652519. OLE color: 14652519.

HSL color Cylindrical-coordinate representation of color #6794DF: hue angle of 217.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6794DF is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103148223-
CMYK0.540.3400.13
HSL217.5º65.22%63.92%-
HSV(B)217.5º53.81%87.45%-
XYZ29.529.3973.93-
YUV143.1173.0999.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.73%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 223 (87.5% from 255) = 47.05%
R=21.73%
G=31.22%
B=47.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031482230.540.3400.13217.565.2263.92
Hex6794DF36220Dda4140
Octal1472243376642015332101100
Binary11001111001010011011111110110100010011011101101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6794df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6794df; }

 p { color: rgb(103,148,223); }

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

<style>
 a { background-color: #6794df; }

 a { background-color: rgb(103,148,223); }

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

<style>
 span { border-color: #6794df; }

 span { border-color: rgb(103,148,223); }

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