#6291E1

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

Shades of Cornflower Blue #6291E1

Tints of Cornflower Blue #6291E1

Color information

#6291E1 (or 0x6291E1) is unknown color: approx Cornflower Blue. HEX triplet: 62, 91 and E1. RGB value is (98,145,225). Sum of RGB (Red+Green+Blue) = 98+145+225=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #6291E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6291E1 is #9D6E1E. Grayscale: #8B8B8B. Windows color (decimal): -10317343 or 14782818. OLE color: 14782818.

HSL color Cylindrical-coordinate representation of color #6291E1: hue angle of 217.8º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6291E1 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB98145225-
CMYK0.560.3600.12
HSL217.8º67.91%63.33%-
HSV(B)217.8º56.44%88.24%-
XYZ28.7528.2875.18-
YUV140.07175.9398-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.94%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 225 (88.28% from 255) = 48.08%
R=20.94%
G=30.98%
B=48.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal981452250.560.3600.12217.867.9163.33
Hex6291E138240Cda443f
Octal142221341704401433210477
Binary1100010100100011110000111100010010001100110110101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6291E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6291E1; }

 p { color: rgb(98,145,225); }

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

<style>
 a { background-color: #6291E1; }

 a { background-color: rgb(98,145,225); }

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

<style>
 span { border-color: #6291E1; }

 span { border-color: rgb(98,145,225); }

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