#6A90DF

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

Shades of Cornflower Blue #6A90DF

Tints of Cornflower Blue #6A90DF

Color information

#6A90DF (or 0x6A90DF) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 90 and DF. RGB value is (106,144,223). Sum of RGB (Red+Green+Blue) = 106+144+223=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A90DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A90DF is #956F20. Grayscale: #8D8D8D. Windows color (decimal): -9793313 or 14651498. OLE color: 14651498.

HSL color Cylindrical-coordinate representation of color #6A90DF: hue angle of 220.51º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A90DF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106144223-
CMYK0.520.3500.13
HSL220.51º64.64%64.51%-
HSV(B)220.51º52.47%87.45%-
XYZ29.2428.3473.74-
YUV141.64173.91102.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=22.41%
G=30.44%
B=47.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061442230.520.3500.13220.5164.6464.51
Hex6A90DF34230Ddd4141
Octal1522203376443015335101101
Binary11010101001000011011111110100100011011011101110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,144,223); }

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

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

 a { background-color: rgb(106,144,223); }

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

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

 span { border-color: rgb(106,144,223); }

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