#6384DB

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

Shades of Cornflower Blue #6384DB

Tints of Cornflower Blue #6384DB

Color information

#6384DB (or 0x6384DB) is unknown color: approx Cornflower Blue. HEX triplet: 63, 84 and DB. RGB value is (99,132,219). Sum of RGB (Red+Green+Blue) = 99+132+219=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #6384DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384DB is #9C7B24. Grayscale: #838383. Windows color (decimal): -10255141 or 14386275. OLE color: 14386275.

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

Color convert

RGB99132219-
CMYK0.550.4000.14
HSL223.5º62.5%62.35%-
HSV(B)223.5º54.79%85.88%-
XYZ26.1824.2770.32-
YUV132.05177.07104.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22%
GREEN value IS 132 (51.95% from 255) = 29.33%
BLUE value IS 219 (85.94% from 255) = 48.67%
R=22%
G=29.33%
B=48.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991322190.550.4000.14223.562.562.35
Hex6384DB37280Ee03e3e
Octal14320433367500163407676
Binary110001110000100110110111101111010000111011100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6384DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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