#6286E1

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

Shades of Cornflower Blue #6286E1

Tints of Cornflower Blue #6286E1

Color information

#6286E1 (or 0x6286E1) is unknown color: approx Cornflower Blue. HEX triplet: 62, 86 and E1. RGB value is (98,134,225). Sum of RGB (Red+Green+Blue) = 98+134+225=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #6286E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286E1 is #9D791E. Grayscale: #858585. Windows color (decimal): -10320159 or 14780002. OLE color: 14780002.

HSL color Cylindrical-coordinate representation of color #6286E1: hue angle of 222.99º 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 #6286E1 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB98134225-
CMYK0.560.4000.12
HSL222.99º67.91%63.33%-
HSV(B)222.99º56.44%88.24%-
XYZ27.1525.0874.64-
YUV133.61179.57102.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.44%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 225 (88.28% from 255) = 49.23%
R=21.44%
G=29.32%
B=49.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal981342250.560.4000.12222.9967.9163.33
Hex6286E138280Cdf443f
Octal142206341705001433710477
Binary1100010100001101110000111100010100001100110111111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6286E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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