#6378FA

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

Shades of Cornflower Blue #6378FA

Tints of Cornflower Blue #6378FA

Color information

#6378FA (or 0x6378FA) is unknown color: approx Cornflower Blue. HEX triplet: 63, 78 and FA. RGB value is (99,120,250). Sum of RGB (Red+Green+Blue) = 99+120+250=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #6378FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6378FA is #9C8705. Grayscale: #808080. Windows color (decimal): -10258182 or 16414819. OLE color: 16414819.

HSL color Cylindrical-coordinate representation of color #6378FA: hue angle of 231.66º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6378FA is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB99120250-
CMYK0.600.5200.02
HSL231.66º93.79%68.43%-
HSV(B)231.66º60.4%98.04%-
XYZ29.1222.9993.34-
YUV128.54196.54106.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.11%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 250 (98.05% from 255) = 53.30%
R=21.11%
G=25.59%
B=53.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal991202500.600.5200.02231.6693.7968.43
Hex6378FA3C3402e85e44
Octal143170372746402350136104
Binary11000111111000111110101111001101000101110100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6378FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6378FA; }

 p { color: rgb(99,120,250); }

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

<style>
 a { background-color: #6378FA; }

 a { background-color: rgb(99,120,250); }

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

<style>
 span { border-color: #6378FA; }

 span { border-color: rgb(99,120,250); }

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