#6499EA

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

Shades of Cornflower Blue #6499EA

Tints of Cornflower Blue #6499EA

Color information

#6499EA (or 0x6499EA) is unknown color: approx Cornflower Blue. HEX triplet: 64, 99 and EA. RGB value is (100,153,234). Sum of RGB (Red+Green+Blue) = 100+153+234=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #6499EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6499EA is #9B6615. Grayscale: #929292. Windows color (decimal): -10184214 or 15374692. OLE color: 15374692.

HSL color Cylindrical-coordinate representation of color #6499EA: hue angle of 216.27º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6499EA is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100153234-
CMYK0.570.3500.08
HSL216.27º76.14%65.49%-
HSV(B)216.27º57.26%91.76%-
XYZ31.531.4382.25-
YUV146.39177.4494.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.53%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=20.53%
G=31.42%
B=48.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001532340.570.3500.08216.2776.1465.49
Hex6499EA392308d84c41
Octal1442313527143010330114101
Binary11001001001100111101010111001100011010001101100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6499EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6499EA; }

 p { color: rgb(100,153,234); }

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

<style>
 a { background-color: #6499EA; }

 a { background-color: rgb(100,153,234); }

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

<style>
 span { border-color: #6499EA; }

 span { border-color: rgb(100,153,234); }

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