#6794DC

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

Shades of Cornflower Blue #6794DC

Tints of Cornflower Blue #6794DC

Color information

#6794DC (or 0x6794DC) is unknown color: approx Cornflower Blue. HEX triplet: 67, 94 and DC. RGB value is (103,148,220). Sum of RGB (Red+Green+Blue) = 103+148+220=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #6794DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6794DC is #986B23. Grayscale: #8E8E8E. Windows color (decimal): -9988900 or 14455911. OLE color: 14455911.

HSL color Cylindrical-coordinate representation of color #6794DC: hue angle of 216.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6794DC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103148220-
CMYK0.530.3300.14
HSL216.92º62.57%63.33%-
HSV(B)216.92º53.18%86.27%-
XYZ29.129.2371.82-
YUV142.75171.5999.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.87%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=21.87%
G=31.42%
B=46.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031482200.530.3300.14216.9262.5763.33
Hex6794DC35210Ed93f3f
Octal14722433465410163317777
Binary110011110010100110111001101011000010111011011001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6794DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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