#6396DA

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

Shades of Cornflower Blue #6396DA

Tints of Cornflower Blue #6396DA

Color information

#6396DA (or 0x6396DA) is unknown color: approx Cornflower Blue. HEX triplet: 63, 96 and DA. RGB value is (99,150,218). Sum of RGB (Red+Green+Blue) = 99+150+218=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #6396DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6396DA is #9C6925. Grayscale: #8E8E8E. Windows color (decimal): -10250534 or 14325347. OLE color: 14325347.

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

Color convert

RGB99150218-
CMYK0.550.3100.15
HSL214.29º61.66%62.16%-
HSV(B)214.29º54.59%85.49%-
XYZ28.7129.5370.52-
YUV142.5170.696.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=21.20%
G=32.12%
B=46.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991502180.550.3100.15214.2961.6662.16
Hex6396DA371F0Fd63e3e
Octal14322633267370173267676
Binary11000111001011011011010110111111110111111010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6396DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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