#6899F0

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

Shades of Cornflower Blue #6899F0

Tints of Cornflower Blue #6899F0

Color information

#6899F0 (or 0x6899F0) is unknown color: approx Cornflower Blue. HEX triplet: 68, 99 and F0. RGB value is (104,153,240). Sum of RGB (Red+Green+Blue) = 104+153+240=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #6899F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6899F0 is #97660F. Grayscale: #939393. Windows color (decimal): -9922064 or 15767912. OLE color: 15767912.

HSL color Cylindrical-coordinate representation of color #6899F0: hue angle of 218.38º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6899F0 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104153240-
CMYK0.570.3600.06
HSL218.38º81.93%67.45%-
HSV(B)218.38º56.67%94.12%-
XYZ32.8332.0286.89-
YUV148.27179.7796.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.93%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 240 (94.14% from 255) = 48.29%
R=20.93%
G=30.78%
B=48.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1041532400.570.3600.06218.3881.9367.45
Hex6899F0392406da5243
Octal150231360714406332122103
Binary1101000100110011111000011100110010001101101101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6899F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6899F0; }

 p { color: rgb(104,153,240); }

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

<style>
 a { background-color: #6899F0; }

 a { background-color: rgb(104,153,240); }

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

<style>
 span { border-color: #6899F0; }

 span { border-color: rgb(104,153,240); }

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