#6396DC

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

Shades of Cornflower Blue #6396DC

Tints of Cornflower Blue #6396DC

Color information

#6396DC (or 0x6396DC) is unknown color: approx Cornflower Blue. HEX triplet: 63, 96 and DC. RGB value is (99,150,220). Sum of RGB (Red+Green+Blue) = 99+150+220=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6396DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6396DC is #9C6923. Grayscale: #8E8E8E. Windows color (decimal): -10250532 or 14456419. OLE color: 14456419.

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

Color convert

RGB99150220-
CMYK0.550.3200.14
HSL214.71º63.35%62.55%-
HSV(B)214.71º55%86.27%-
XYZ28.9729.6371.9-
YUV142.73171.696.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.11%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=21.11%
G=31.98%
B=46.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991502200.550.3200.14214.7163.3562.55
Hex6396DC37200Ed73f3f
Octal14322633467400163277777
Binary110001110010110110111001101111000000111011010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6396DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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