#6292e1

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

Shades of Cornflower Blue #6292E1

Tints of Cornflower Blue #6292E1

Color information

#6292E1 (or 0x6292E1) is unknown color: approx Cornflower Blue. HEX triplet: 62, 92 and E1. RGB value is (98,146,225). Sum of RGB (Red+Green+Blue) = 98+146+225=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #6292E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292E1 is #9D6D1E. Grayscale: #8C8C8C. Windows color (decimal): -10317087 or 14783074. OLE color: 14783074.

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

Color convert

RGB98146225-
CMYK0.560.3500.12
HSL217.32º67.91%63.33%-
HSV(B)217.32º56.44%88.24%-
XYZ28.9128.5975.23-
YUV140.65175.697.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.90%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 225 (88.28% from 255) = 47.97%
R=20.90%
G=31.13%
B=47.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal981462250.560.3500.12217.3267.9163.33
Hex6292E138230Cd9443f
Octal142222341704301433110477
Binary1100010100100101110000111100010001101100110110011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6292e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6292e1; }

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

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

<style>
 a { background-color: #6292e1; }

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

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

<style>
 span { border-color: #6292e1; }

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

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