#6078eb

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

Shades of Cornflower Blue #6078EB

Tints of Cornflower Blue #6078EB

Color information

#6078EB (or 0x6078EB) is unknown color: approx Cornflower Blue. HEX triplet: 60, 78 and EB. RGB value is (96,120,235). Sum of RGB (Red+Green+Blue) = 96+120+235=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #6078EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6078EB is #9F8714. Grayscale: #7D7D7D. Windows color (decimal): -10454805 or 15431776. OLE color: 15431776.

HSL color Cylindrical-coordinate representation of color #6078EB: hue angle of 229.64º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6078EB is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB96120235-
CMYK0.590.4900.08
HSL229.64º77.65%64.9%-
HSV(B)229.64º59.15%92.16%-
XYZ26.5421.9281.43-
YUV125.93189.55106.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.29%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 235 (92.19% from 255) = 52.11%
R=21.29%
G=26.61%
B=52.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal961202350.590.4900.08229.6477.6564.9
Hex6078EB3B3108e64e41
Octal1401703537361010346116101
Binary1100000111100011101011111011110001010001110011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6078eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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