#6D90FB

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

Shades of Cornflower Blue #6D90FB

Tints of Cornflower Blue #6D90FB

Color information

#6D90FB (or 0x6D90FB) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 90 and FB. RGB value is (109,144,251). Sum of RGB (Red+Green+Blue) = 109+144+251=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D90FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D90FB is #926F04. Grayscale: #919191. Windows color (decimal): -9596677 or 16486509. OLE color: 16486509.

HSL color Cylindrical-coordinate representation of color #6D90FB: hue angle of 225.21º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D90FB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109144251-
CMYK0.570.4300.02
HSL225.21º94.67%70.59%-
HSV(B)225.21º56.57%98.43%-
XYZ33.6930.1695.31-
YUV145.73187.4101.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.63%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 251 (98.44% from 255) = 49.80%
R=21.63%
G=28.57%
B=49.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091442510.570.4300.02225.2194.6770.59
Hex6D90FB392B02e15f47
Octal155220373715302341137107
Binary110110110010000111110111110011010110101110000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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