#6D90F0

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

Shades of Cornflower Blue #6D90F0

Tints of Cornflower Blue #6D90F0

Color information

#6D90F0 (or 0x6D90F0) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 90 and F0. RGB value is (109,144,240). Sum of RGB (Red+Green+Blue) = 109+144+240=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #6D90F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D90F0 is #926F0F. Grayscale: #909090. Windows color (decimal): -9596688 or 15765613. OLE color: 15765613.

HSL color Cylindrical-coordinate representation of color #6D90F0: hue angle of 223.97º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D90F0 is Cyan = 0.55, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB109144240-
CMYK0.550.400.06
HSL223.97º81.37%68.43%-
HSV(B)223.97º54.58%94.12%-
XYZ32.0129.4986.44-
YUV144.48181.9102.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.11%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 240 (94.14% from 255) = 48.68%
R=22.11%
G=29.21%
B=48.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1091442400.550.400.06223.9781.3768.43
Hex6D90F0372806e05144
Octal155220360675006340121104
Binary1101101100100001111000011011110100001101110000010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D90F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,144,240); }

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

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

 a { background-color: rgb(109,144,240); }

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

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

 span { border-color: rgb(109,144,240); }

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