#6581FD

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

Shades of Cornflower Blue #6581FD

Tints of Cornflower Blue #6581FD

Color information

#6581FD (or 0x6581FD) is unknown color: approx Cornflower Blue. HEX triplet: 65, 81 and FD. RGB value is (101,129,253). Sum of RGB (Red+Green+Blue) = 101+129+253=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #6581FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6581FD is #9A7E02. Grayscale: #868686. Windows color (decimal): -10124803 or 16613733. OLE color: 16613733.

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

Color convert

RGB101129253-
CMYK0.600.4900.01
HSL228.95º97.44%69.41%-
HSV(B)228.95º60.08%99.22%-
XYZ30.9525.5696.23-
YUV134.76194.72103.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.91%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=20.91%
G=26.71%
B=52.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1011292530.600.4900.01228.9597.4469.41
Hex6581FD3C3101e56145
Octal145201375746101345141105
Binary11001011000000111111101111100110001011110010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6581FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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