#6478FE

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

Shades of Cornflower Blue #6478FE

Tints of Cornflower Blue #6478FE

Color information

#6478FE (or 0x6478FE) is unknown color: approx Cornflower Blue. HEX triplet: 64, 78 and FE. RGB value is (100,120,254). Sum of RGB (Red+Green+Blue) = 100+120+254=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #6478FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6478FE is #9B8701. Grayscale: #808080. Windows color (decimal): -10192642 or 16676964. OLE color: 16676964.

HSL color Cylindrical-coordinate representation of color #6478FE: hue angle of 232.21º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6478FE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100120254-
CMYK0.610.5300.00
HSL232.21º98.72%69.41%-
HSV(B)232.21º60.63%99.61%-
XYZ29.8623.396.69-
YUV129.3198.37107.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.10%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 254 (99.61% from 255) = 53.59%
R=21.10%
G=25.32%
B=53.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1001202540.610.5300.00232.2198.7269.41
Hex6478FE3D3500e86345
Octal144170376756500350143105
Binary1100100111100011111110111101110101001110100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6478FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6478FE; }

 p { color: rgb(100,120,254); }

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

<style>
 a { background-color: #6478FE; }

 a { background-color: rgb(100,120,254); }

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

<style>
 span { border-color: #6478FE; }

 span { border-color: rgb(100,120,254); }

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