#6292e8

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

Shades of Cornflower Blue #6292E8

Tints of Cornflower Blue #6292E8

Color information

#6292E8 (or 0x6292E8) is unknown color: approx Cornflower Blue. HEX triplet: 62, 92 and E8. RGB value is (98,146,232). Sum of RGB (Red+Green+Blue) = 98+146+232=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #6292E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6292E8 is #9D6D17. Grayscale: #8D8D8D. Windows color (decimal): -10317080 or 15241826. OLE color: 15241826.

HSL color Cylindrical-coordinate representation of color #6292E8: hue angle of 218.51º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6292E8 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB98146232-
CMYK0.580.3700.09
HSL218.51º74.44%64.71%-
HSV(B)218.51º57.76%90.98%-
XYZ29.8828.9880.36-
YUV141.45179.197.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.59%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 232 (91.02% from 255) = 48.74%
R=20.59%
G=30.67%
B=48.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal981462320.580.3700.09218.5174.4464.71
Hex6292E83A2509db4a41
Octal1422223507245011333112101
Binary11000101001001011101000111010100101010011101101110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6292e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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