#6D94DC

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

Shades of Cornflower Blue #6D94DC

Tints of Cornflower Blue #6D94DC

Color information

#6D94DC (or 0x6D94DC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 94 and DC. RGB value is (109,148,220). Sum of RGB (Red+Green+Blue) = 109+148+220=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D94DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D94DC is #926B23. Grayscale: #909090. Windows color (decimal): -9595684 or 14455917. OLE color: 14455917.

HSL color Cylindrical-coordinate representation of color #6D94DC: hue angle of 218.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D94DC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109148220-
CMYK0.500.3300.14
HSL218.92º61.33%64.51%-
HSV(B)218.92º50.45%86.27%-
XYZ29.8129.671.85-
YUV144.55170.58102.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.85%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=22.85%
G=31.03%
B=46.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091482200.500.3300.14218.9261.3364.51
Hex6D94DC32210Edb3d41
Octal155224334624101633375101
Binary1101101100101001101110011001010000101110110110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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