#6584FD

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

Shades of Cornflower Blue #6584FD

Tints of Cornflower Blue #6584FD

Color information

#6584FD (or 0x6584FD) is unknown color: approx Cornflower Blue. HEX triplet: 65, 84 and FD. RGB value is (101,132,253). Sum of RGB (Red+Green+Blue) = 101+132+253=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #6584FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6584FD is #9A7B02. Grayscale: #888888. Windows color (decimal): -10124035 or 16614501. OLE color: 16614501.

HSL color Cylindrical-coordinate representation of color #6584FD: hue angle of 227.76º 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 #6584FD is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101132253-
CMYK0.600.4800.01
HSL227.76º97.44%69.41%-
HSV(B)227.76º60.08%99.22%-
XYZ31.3526.3696.36-
YUV136.52193.73102.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.78%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 253 (99.22% from 255) = 52.06%
R=20.78%
G=27.16%
B=52.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1011322530.600.4800.01227.7697.4469.41
Hex6584FD3C3001e46145
Octal145204375746001344141105
Binary11001011000010011111101111100110000011110010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6584FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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