#6294D9

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

Shades of Cornflower Blue #6294D9

Tints of Cornflower Blue #6294D9

Color information

#6294D9 (or 0x6294D9) is unknown color: approx Cornflower Blue. HEX triplet: 62, 94 and D9. RGB value is (98,148,217). Sum of RGB (Red+Green+Blue) = 98+148+217=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #6294D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6294D9 is #9D6B26. Grayscale: #8C8C8C. Windows color (decimal): -10316583 or 14259298. OLE color: 14259298.

HSL color Cylindrical-coordinate representation of color #6294D9: hue angle of 214.79º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6294D9 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB98148217-
CMYK0.550.3200.15
HSL214.79º61.03%61.76%-
HSV(B)214.79º54.84%85.1%-
XYZ28.1528.7969.72-
YUV140.92170.9497.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.17%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 217 (85.16% from 255) = 46.87%
R=21.17%
G=31.97%
B=46.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981482170.550.3200.15214.7961.0361.76
Hex6294D937200Fd73d3e
Octal14222433167400173277576
Binary110001010010100110110011101111000000111111010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6294D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6294D9; }

 p { color: rgb(98,148,217); }

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

<style>
 a { background-color: #6294D9; }

 a { background-color: rgb(98,148,217); }

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

<style>
 span { border-color: #6294D9; }

 span { border-color: rgb(98,148,217); }

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