#6080FB

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

Shades of Cornflower Blue #6080FB

Tints of Cornflower Blue #6080FB

Color information

#6080FB (or 0x6080FB) is unknown color: approx Cornflower Blue. HEX triplet: 60, 80 and FB. RGB value is (96,128,251). Sum of RGB (Red+Green+Blue) = 96+128+251=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #6080FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6080FB is #9F7F04. Grayscale: #838383. Windows color (decimal): -10452741 or 16482400. OLE color: 16482400.

HSL color Cylindrical-coordinate representation of color #6080FB: hue angle of 227.61º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6080FB is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96128251-
CMYK0.620.4900.02
HSL227.61º95.09%68.04%-
HSV(B)227.61º61.75%98.43%-
XYZ29.9624.8994.49-
YUV132.45194.9102-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.21%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 251 (98.44% from 255) = 52.84%
R=20.21%
G=26.95%
B=52.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961282510.620.4900.02227.6195.0968.04
Hex6080FB3E3102e45f44
Octal140200373766102344137104
Binary110000010000000111110111111101100010101110010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6080FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6080FB; }

 p { color: rgb(96,128,251); }

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

<style>
 a { background-color: #6080FB; }

 a { background-color: rgb(96,128,251); }

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

<style>
 span { border-color: #6080FB; }

 span { border-color: rgb(96,128,251); }

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