#6886DC

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

Shades of Cornflower Blue #6886DC

Tints of Cornflower Blue #6886DC

Color information

#6886DC (or 0x6886DC) is unknown color: approx Cornflower Blue. HEX triplet: 68, 86 and DC. RGB value is (104,134,220). Sum of RGB (Red+Green+Blue) = 104+134+220=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #6886DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6886DC is #977923. Grayscale: #868686. Windows color (decimal): -9926948 or 14452328. OLE color: 14452328.

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

Color convert

RGB104134220-
CMYK0.530.3900.14
HSL224.48º62.37%63.53%-
HSV(B)224.48º52.73%86.27%-
XYZ27.1525.1671.14-
YUV134.83176.06106.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=22.71%
G=29.26%
B=48.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041342200.530.3900.14224.4862.3763.53
Hex6886DC35270Ee03e40
Octal150206334654701634076100
Binary1101000100001101101110011010110011101110111000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6886DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6886DC; }

 p { color: rgb(104,134,220); }

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

<style>
 a { background-color: #6886DC; }

 a { background-color: rgb(104,134,220); }

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

<style>
 span { border-color: #6886DC; }

 span { border-color: rgb(104,134,220); }

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