#6498FD

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

Shades of Cornflower Blue #6498FD

Tints of Cornflower Blue #6498FD

Color information

#6498FD (or 0x6498FD) is unknown color: approx Cornflower Blue. HEX triplet: 64, 98 and FD. RGB value is (100,152,253). Sum of RGB (Red+Green+Blue) = 100+152+253=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #6498FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6498FD is #9B6702. Grayscale: #939393. Windows color (decimal): -10184451 or 16619620. OLE color: 16619620.

HSL color Cylindrical-coordinate representation of color #6498FD: hue angle of 219.61º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6498FD is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100152253-
CMYK0.600.4000.01
HSL219.61º97.45%69.22%-
HSV(B)219.61º60.47%99.22%-
XYZ34.2132.2697.35-
YUV147.97187.2793.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.80%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=19.80%
G=30.10%
B=50.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001522530.600.4000.01219.6197.4569.22
Hex6498FD3C2801dc6145
Octal144230375745001334141105
Binary11001001001100011111101111100101000011101110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6498FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6498FD; }

 p { color: rgb(100,152,253); }

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

<style>
 a { background-color: #6498FD; }

 a { background-color: rgb(100,152,253); }

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

<style>
 span { border-color: #6498FD; }

 span { border-color: rgb(100,152,253); }

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