#6E98FD

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

Shades of Cornflower Blue #6E98FD

Tints of Cornflower Blue #6E98FD

Color information

#6E98FD (or 0x6E98FD) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 98 and FD. RGB value is (110,152,253). Sum of RGB (Red+Green+Blue) = 110+152+253=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E98FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E98FD is #916702. Grayscale: #969696. Windows color (decimal): -9529091 or 16619630. OLE color: 16619630.

HSL color Cylindrical-coordinate representation of color #6E98FD: hue angle of 222.38º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E98FD is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110152253-
CMYK0.570.4000.01
HSL222.38º97.28%71.18%-
HSV(B)222.38º56.52%99.22%-
XYZ35.3932.8697.41-
YUV150.96185.5998.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.36%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=21.36%
G=29.51%
B=49.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101522530.570.4000.01222.3897.2871.18
Hex6E98FD392801de6147
Octal156230375715001336141107
Binary11011101001100011111101111001101000011101111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E98FD; }

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

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

<style>
 a { background-color: #6E98FD; }

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

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

<style>
 span { border-color: #6E98FD; }

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

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