#6581F0

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

Shades of Cornflower Blue #6581F0

Tints of Cornflower Blue #6581F0

Color information

#6581F0 (or 0x6581F0) is unknown color: approx Cornflower Blue. HEX triplet: 65, 81 and F0. RGB value is (101,129,240). Sum of RGB (Red+Green+Blue) = 101+129+240=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #6581F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6581F0 is #9A7E0F. Grayscale: #848484. Windows color (decimal): -10124816 or 15761765. OLE color: 15761765.

HSL color Cylindrical-coordinate representation of color #6581F0: hue angle of 227.91º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6581F0 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101129240-
CMYK0.580.4600.06
HSL227.91º82.25%66.86%-
HSV(B)227.91º57.92%94.12%-
XYZ28.9524.7685.69-
YUV133.28188.22104.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.49%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 240 (94.14% from 255) = 51.06%
R=21.49%
G=27.45%
B=51.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011292400.580.4600.06227.9182.2566.86
Hex6581F03A2E06e45243
Octal145201360725606344122103
Binary1100101100000011111000011101010111001101110010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6581F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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