#6380F6

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

Shades of Cornflower Blue #6380F6

Tints of Cornflower Blue #6380F6

Color information

#6380F6 (or 0x6380F6) is unknown color: approx Cornflower Blue. HEX triplet: 63, 80 and F6. RGB value is (99,128,246). Sum of RGB (Red+Green+Blue) = 99+128+246=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #6380F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6380F6 is #9C7F09. Grayscale: #848484. Windows color (decimal): -10256138 or 16154723. OLE color: 16154723.

HSL color Cylindrical-coordinate representation of color #6380F6: hue angle of 228.16º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6380F6 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB99128246-
CMYK0.600.4800.04
HSL228.16º89.09%67.65%-
HSV(B)228.16º59.76%96.47%-
XYZ29.524.7490.41-
YUV132.78191.89103.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.93%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 246 (96.48% from 255) = 52.01%
R=20.93%
G=27.06%
B=52.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal991282460.600.4800.04228.1689.0967.65
Hex6380F63C3004e45944
Octal143200366746004344131104
Binary1100011100000001111011011110011000001001110010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6380F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6380F6; }

 p { color: rgb(99,128,246); }

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

<style>
 a { background-color: #6380F6; }

 a { background-color: rgb(99,128,246); }

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

<style>
 span { border-color: #6380F6; }

 span { border-color: rgb(99,128,246); }

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