#6384E8

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

Shades of Cornflower Blue #6384E8

Tints of Cornflower Blue #6384E8

Color information

#6384E8 (or 0x6384E8) is unknown color: approx Cornflower Blue. HEX triplet: 63, 84 and E8. RGB value is (99,132,232). Sum of RGB (Red+Green+Blue) = 99+132+232=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #6384E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6384E8 is #9C7B17. Grayscale: #858585. Windows color (decimal): -10255128 or 15238243. OLE color: 15238243.

HSL color Cylindrical-coordinate representation of color #6384E8: hue angle of 225.11º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6384E8 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB99132232-
CMYK0.570.4300.09
HSL225.11º74.3%64.9%-
HSV(B)225.11º57.33%90.98%-
XYZ27.9624.9879.69-
YUV133.53183.57103.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.38%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 232 (91.02% from 255) = 50.11%
R=21.38%
G=28.51%
B=50.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal991322320.570.4300.09225.1174.364.9
Hex6384E8392B09e14a41
Octal1432043507153011341112101
Binary11000111000010011101000111001101011010011110000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6384E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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