#6395DA

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

Shades of Cornflower Blue #6395DA

Tints of Cornflower Blue #6395DA

Color information

#6395DA (or 0x6395DA) is unknown color: approx Cornflower Blue. HEX triplet: 63, 95 and DA. RGB value is (99,149,218). Sum of RGB (Red+Green+Blue) = 99+149+218=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #6395DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395DA is #9C6A25. Grayscale: #8D8D8D. Windows color (decimal): -10250790 or 14325091. OLE color: 14325091.

HSL color Cylindrical-coordinate representation of color #6395DA: hue angle of 214.79º degrees, saturation: 0.62, 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 #6395DA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99149218-
CMYK0.550.3200.15
HSL214.79º61.66%62.16%-
HSV(B)214.79º54.59%85.49%-
XYZ28.5529.2170.46-
YUV141.92170.9497.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.24%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 218 (85.55% from 255) = 46.78%
R=21.24%
G=31.97%
B=46.78%

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
Decimal991492180.550.3200.15214.7961.6662.16
Hex6395DA37200Fd73e3e
Octal14322533267400173277676
Binary110001110010101110110101101111000000111111010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6395DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6395DA; }

 p { color: rgb(99,149,218); }

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

<style>
 a { background-color: #6395DA; }

 a { background-color: rgb(99,149,218); }

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

<style>
 span { border-color: #6395DA; }

 span { border-color: rgb(99,149,218); }

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