#6394DF

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

Shades of Cornflower Blue #6394DF

Tints of Cornflower Blue #6394DF

Color information

#6394DF (or 0x6394DF) is unknown color: approx Cornflower Blue. HEX triplet: 63, 94 and DF. RGB value is (99,148,223). Sum of RGB (Red+Green+Blue) = 99+148+223=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #6394DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394DF is #9C6B20. Grayscale: #8D8D8D. Windows color (decimal): -10251041 or 14652515. OLE color: 14652515.

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

Color convert

RGB99148223-
CMYK0.560.3400.13
HSL216.29º65.96%63.14%-
HSV(B)216.29º55.61%87.45%-
XYZ29.0529.1673.91-
YUV141.9173.7797.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.06%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=21.06%
G=31.49%
B=47.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991482230.560.3400.13216.2965.9663.14
Hex6394DF38220Dd8423f
Octal143224337704201533010277
Binary1100011100101001101111111100010001001101110110001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6394DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6394DF; }

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

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

<style>
 a { background-color: #6394DF; }

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

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

<style>
 span { border-color: #6394DF; }

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

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