#6078F6

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

Shades of Cornflower Blue #6078F6

Tints of Cornflower Blue #6078F6

Color information

#6078F6 (or 0x6078F6) is unknown color: approx Cornflower Blue. HEX triplet: 60, 78 and F6. RGB value is (96,120,246). Sum of RGB (Red+Green+Blue) = 96+120+246=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #6078F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6078F6 is #9F8709. Grayscale: #7E7E7E. Windows color (decimal): -10454794 or 16152672. OLE color: 16152672.

HSL color Cylindrical-coordinate representation of color #6078F6: hue angle of 230.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6078F6 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB96120246-
CMYK0.610.5100.04
HSL230.4º89.29%67.06%-
HSV(B)230.4º60.98%96.47%-
XYZ28.1722.5790.06-
YUV127.19195.05105.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.78%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 246 (96.48% from 255) = 53.25%
R=20.78%
G=25.97%
B=53.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal961202460.610.5100.04230.489.2967.06
Hex6078F63D3304e65943
Octal140170366756304346131103
Binary110000011110001111011011110111001101001110011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6078F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,120,246); }

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

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

 a { background-color: rgb(96,120,246); }

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

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

 span { border-color: rgb(96,120,246); }

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