#6581FE

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

Shades of Cornflower Blue #6581FE

Tints of Cornflower Blue #6581FE

Color information

#6581FE (or 0x6581FE) is unknown color: approx Cornflower Blue. HEX triplet: 65, 81 and FE. RGB value is (101,129,254). Sum of RGB (Red+Green+Blue) = 101+129+254=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #6581FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6581FE is #9A7E01. Grayscale: #868686. Windows color (decimal): -10124802 or 16679269. OLE color: 16679269.

HSL color Cylindrical-coordinate representation of color #6581FE: hue angle of 229.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6581FE is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101129254-
CMYK0.600.4900.00
HSL229.02º98.71%69.61%-
HSV(B)229.02º60.24%99.61%-
XYZ31.1125.6297.07-
YUV134.88195.22103.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.87%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 254 (99.61% from 255) = 52.48%
R=20.87%
G=26.65%
B=52.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1011292540.600.4900.00229.0298.7169.61
Hex6581FE3C3100e56346
Octal145201376746100345143106
Binary11001011000000111111110111100110001001110010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6581FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,129,254); }

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

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

 a { background-color: rgb(101,129,254); }

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

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

 span { border-color: rgb(101,129,254); }

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