#6A94DC

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

Shades of Cornflower Blue #6A94DC

Tints of Cornflower Blue #6A94DC

Color information

#6A94DC (or 0x6A94DC) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 94 and DC. RGB value is (106,148,220). Sum of RGB (Red+Green+Blue) = 106+148+220=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A94DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A94DC is #956B23. Grayscale: #8F8F8F. Windows color (decimal): -9792292 or 14455914. OLE color: 14455914.

HSL color Cylindrical-coordinate representation of color #6A94DC: hue angle of 217.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A94DC is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106148220-
CMYK0.520.3300.14
HSL217.89º61.96%63.92%-
HSV(B)217.89º51.82%86.27%-
XYZ29.4529.4171.83-
YUV143.65171.09101.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.36%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 220 (86.33% from 255) = 46.41%
R=22.36%
G=31.22%
B=46.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1061482200.520.3300.14217.8961.9663.92
Hex6A94DC34210Eda3e40
Octal152224334644101633276100
Binary1101010100101001101110011010010000101110110110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,148,220); }

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

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

 a { background-color: rgb(106,148,220); }

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

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

 span { border-color: rgb(106,148,220); }

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