#6384D8

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

Shades of Cornflower Blue #6384D8

Tints of Cornflower Blue #6384D8

Color information

#6384D8 (or 0x6384D8) is unknown color: approx Cornflower Blue. HEX triplet: 63, 84 and D8. RGB value is (99,132,216). Sum of RGB (Red+Green+Blue) = 99+132+216=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #6384D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384D8 is #9C7B27. Grayscale: #838383. Windows color (decimal): -10255144 or 14189667. OLE color: 14189667.

HSL color Cylindrical-coordinate representation of color #6384D8: hue angle of 223.08º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6384D8 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99132216-
CMYK0.540.3900.15
HSL223.08º60%61.76%-
HSV(B)223.08º54.17%84.71%-
XYZ25.7924.1168.26-
YUV131.71175.57104.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.15%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 216 (84.77% from 255) = 48.32%
R=22.15%
G=29.53%
B=48.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991322160.540.3900.15223.086061.76
Hex6384D836270Fdf3c3e
Octal14320433066470173377476
Binary110001110000100110110001101101001110111111011111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6384D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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