#6890f4

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

Shades of Cornflower Blue #6890F4

Tints of Cornflower Blue #6890F4

Color information

#6890F4 (or 0x6890F4) is unknown color: approx Cornflower Blue. HEX triplet: 68, 90 and F4. RGB value is (104,144,244). Sum of RGB (Red+Green+Blue) = 104+144+244=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #6890F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6890F4 is #976F0B. Grayscale: #8F8F8F. Windows color (decimal): -9924364 or 16027752. OLE color: 16027752.

HSL color Cylindrical-coordinate representation of color #6890F4: hue angle of 222.86º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6890F4 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104144244-
CMYK0.570.4100.04
HSL222.86º86.42%68.24%-
HSV(B)222.86º57.38%95.69%-
XYZ32.0129.4289.58-
YUV143.44184.7599.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 244 (95.70% from 255) = 49.59%
R=21.14%
G=29.27%
B=49.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041442440.570.4100.04222.8686.4268.24
Hex6890F4392904df5644
Octal150220364715104337126104
Binary1101000100100001111010011100110100101001101111110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6890f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6890f4; }

 p { color: rgb(104,144,244); }

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

<style>
 a { background-color: #6890f4; }

 a { background-color: rgb(104,144,244); }

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

<style>
 span { border-color: #6890f4; }

 span { border-color: rgb(104,144,244); }

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