#6384DD

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

Shades of Cornflower Blue #6384DD

Tints of Cornflower Blue #6384DD

Color information

#6384DD (or 0x6384DD) is unknown color: approx Cornflower Blue. HEX triplet: 63, 84 and DD. RGB value is (99,132,221). Sum of RGB (Red+Green+Blue) = 99+132+221=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #6384DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384DD is #9C7B22. Grayscale: #838383. Windows color (decimal): -10255139 or 14517347. OLE color: 14517347.

HSL color Cylindrical-coordinate representation of color #6384DD: hue angle of 223.77º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6384DD is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99132221-
CMYK0.550.4000.13
HSL223.77º64.21%62.75%-
HSV(B)223.77º55.2%86.67%-
XYZ26.4524.3871.72-
YUV132.28178.07104.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.90%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=21.90%
G=29.20%
B=48.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991322210.550.4000.13223.7764.2162.75
Hex6384DD37280De0403f
Octal143204335675001534010077
Binary1100011100001001101110111011110100001101111000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6384DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6384DD; }

 p { color: rgb(99,132,221); }

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

<style>
 a { background-color: #6384DD; }

 a { background-color: rgb(99,132,221); }

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

<style>
 span { border-color: #6384DD; }

 span { border-color: rgb(99,132,221); }

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