#6382F0

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

Shades of Cornflower Blue #6382F0

Tints of Cornflower Blue #6382F0

Color information

#6382F0 (or 0x6382F0) is unknown color: approx Cornflower Blue. HEX triplet: 63, 82 and F0. RGB value is (99,130,240). Sum of RGB (Red+Green+Blue) = 99+130+240=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #6382F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6382F0 is #9C7D0F. Grayscale: #848484. Windows color (decimal): -10255632 or 15762019. OLE color: 15762019.

HSL color Cylindrical-coordinate representation of color #6382F0: hue angle of 226.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6382F0 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB99130240-
CMYK0.590.4600.06
HSL226.81º82.46%66.47%-
HSV(B)226.81º58.75%94.12%-
XYZ28.8624.9185.73-
YUV133.27188.23103.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.11%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 240 (94.14% from 255) = 51.17%
R=21.11%
G=27.72%
B=51.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal991302400.590.4600.06226.8182.4666.47
Hex6382F03B2E06e35242
Octal143202360735606343122102
Binary1100011100000101111000011101110111001101110001110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6382F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6382F0; }

 p { color: rgb(99,130,240); }

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

<style>
 a { background-color: #6382F0; }

 a { background-color: rgb(99,130,240); }

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

<style>
 span { border-color: #6382F0; }

 span { border-color: rgb(99,130,240); }

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